Skip to content

Releases: btford/grunt-conventional-changelog

v1.2.2

22 Jul 11:14
Compare
Choose a tag to compare

Bug Fixes

  • dest: do not ignore options.dest (1dbf0a8), closes #55
  • grunt: bump task should work properly (488bb2e)

v1.2.1

22 Jul 11:14
Compare
Choose a tag to compare
chore: release 1.2.1

v1.2.0

22 Jul 11:14
Compare
Choose a tag to compare

Bug Fixes

  • task: fix that all editors can be started in config (35a92b1), closes #35

v1.1.0

22 Jul 11:14
Compare
Choose a tag to compare

Bug Fixes

  • make changelog work if no githubRepo specified (890aac9)
  • changelog: cannot generate changelog for first tag (Closes #27) (706a284), closes #27

Features

  • validator: allow 100 characters in commit message (Closes #28) (9982d89), closes #28
  • validator: show list of available types on error (4aee5b8)

1.1.0

22 Jul 11:14
Compare
Choose a tag to compare
chore(changelog): add changelog for 1.1.0

v1.0.0

22 Jul 11:14
Compare
Choose a tag to compare

Bug Fixes

  • append if prepend set to false (bdc5634)
  • Write whether file exists or not (a2f663c)

Features

  • parse Closes/Fixes from subject (8bcd7a3)
  • parse multiple "Closes" definitions (57e93d7)
  • replace with the changelog task from karma (25a01c7)

v0.1.2

22 Jul 11:14
Compare
Choose a tag to compare

Bug Fixes

  • log: correctly generate links to GitHub commits (de15bde)

v0.1.1

22 Jul 11:14
Compare
Choose a tag to compare

Bug Fixes

  • task: Fix shelljs dependency problem (2db8cf9)

v0.1.0

22 Jul 11:14
Compare
Choose a tag to compare

Bug Fixes

  • gruntfile: load package.json (8c4cb68)
  • task: fix issue when no changelog exist yet (c1a31f5)
  • task: version regex now matches the commit messages created by npm version by defaul (db3985d)

Features

  • changelog: Allow 'enforce' option: Adds a git hook for commit conventions (1cbe92c)
  • changelog: allow 'version' option, to use instead of 'pkg.version' (4a06569)
  • log: Add breaking changes section (04ecfce)
  • log: Add smart 'github' option for commit links (6ac1083)
  • log: dogfooding - this task uses itself to generate its own changelogs (746e9ff)

v0.0.12

22 Jul 11:14
Compare
Choose a tag to compare

Features

  • log: automatically split notes based on release version (5545fe4)
  • readme: improve the readme (0aeec47)