- Fixed deprecation warning (@thomblake)
- Fixed output typos (@elwayman02)
- Fixed issue with not being able to specify
publish
option in config
- Added ability to specify custom tagging strategy
- Added support for SemVer prerelease versions
- Added support for NPM publish
- Hook argument readme clarification (@rwjblue)
- Removed require of ember-cli classes
- Added
init
hook
- Prevent untracked files from being added to the release commit
- Ensure trailing newline when rewriting manifest files (@mmun)
- Fixed
SilentError
deprecation warning (@rwjblue)
- Added
afterPush
hook - Added
beforeCommit
hook (@lukemelia, @chrislopresto) - Fixed issue with config file not being loaded (@lukemelia, @chrislopresto)
- Added ability to specify manifest files
- Fixed issue with main blueprint when installing from within an addon
- Fixed issue with push success messages not printing
- Commit changes to working tree before tagging
- Replace versions in bower.json and package.json
- Added ability to specify options in a config file
- Create lightweight tags by default, changed
--message
option to--annotation
- Fixed issue with
currentTag
git method not reporting lightweight tags
- Updated git-tools to v0.4.1
- Fixed issue with quotes in tag message
- Removed unused addon files/directories
- Initial release