- #29 - Use more reliable url to fetch pull commits (@Candid)
- Add support for gulp version update command - 0a5b201
- Add enterprise github support for publish command - b9f3aec
- #28 - GitHub Enterprise Installation (@pantocrator27)
- #23 - Warn when TODO entry is still listed in the release message (@kpdecker)
- #20 - Error: commitTime: stdout maxBuffer exceeded. (@calmdev)
- Include previous message in notes if failed - 7810669
- Handle github subversion urls for fetch url lookup - ddfe493
- #27 - Fix missing PRs and duplicate links (@Candid)
- #26 - Use github API to get pull commits (@Candid)
- Match release notes tags with master - b39ae73
- #21 - Adding additional options for release/notes commands (@DeTeam)
- Prevent duplicate v error on custom version - 0723d53
- Fix process argument passing for EDITOR command - fe9c8c9
- #19 - use spawn instead of exec to start $EDITOR, to support terminal editors (@patrickkettner)
- Resolves paths when exec EDITOR - 95ea097
- Add log statement to make editor action obvious - 526c081
- Protect from duplicated v in version - 0843ff5
- Improve logging of git operation errors - 589e596
- Add check for $EDITOR in release:app mode - 99b3976
- Strip v version prefix in publish generator - 2976061
- Handle custom versions in release generator - a1935d2
- Allow for custom version entry - a8cadf5
- Define skip-tests flag in app generator - 1257d78
- #14 - Add a Bitdeli Badge to README (@bitdeli-chef)
- Add default task chaining notes and release tasks - a69667f
- #11 - Add "[author]" to titles of PRs to CDNJS (@eastridge)
- #10 - Unify the notes and release tasks (@kpdecker)
Compatibility notes:
release:notes
now utilizes $EDITOR
if specified and prompts for the increment value. release:release
now utilizes the increment value specified in the notes command automatically.
-
#2 - Add support to release to a separate component repo (@kpdecker)
-
Do not require config module as global - a2f8d30
-
Add error logging to npm and bower collectors - 5655691
-
Allow for link collection when generating notes - 14380ee
-
Allow rebuilding the current release docs - bb7f40c
-
Allow config file to be passed as a cli argument - ccec4fc
-
Allow for bower and npm aggregate diffing with collect-version and diff generators
-
#6 - add missing paren (@patrickkettner)
-
Update README.md - ad244e2
-
#5 - Issue pingback fails when attempting to comment on fixed issues (@kpdecker
-
Use last commit for issue tag checking - a7cb10a
-
Remove dead code - 3dc4e44
-
Update to use chalk rathern than colors - da9b86c
-
Support output to CHANGELOG.md - a7b8c9e
-
Add log regarding status and npm publish - 20ce4e2
-
Handle first version release - 85870ea
-
Fix release notes - 42a7f18
-
#3 - Add dry-run support to notes generator
-
#1 - Ping back on associated pull requests when a release is made
-
Always overwrite release notes - d4021fb
- Initial release