- Fixed deprecation warning (@thomblake)
- Fixed output typos (@elwayman02)
- Fixed issue with not being able to specify
publishoption 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
inithook
- Prevent untracked files from being added to the release commit
- Ensure trailing newline when rewriting manifest files (@mmun)
- Fixed
SilentErrordeprecation warning (@rwjblue)
- Added
afterPushhook - Added
beforeCommithook (@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
--messageoption to--annotation - Fixed issue with
currentTaggit 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