Releases: geddski/grunt-release
Releases · geddski/grunt-release
0.13.1
This is a minor release but stablizes the release as there were syntax errors in the prebious release.
Changelog
- Fix runtime error due to trailing comma (#132)
- Add declaration for undeclared "vars" variable
0.13.0
This release focuses on GitHub releases. We've also added an option to update config variables and fixed an issue with running tasks before and after releases.
Changelog
- Add Github Enterprise Option
- Fix GitHub release status check
- Add Github auth token as variable
- Fix order of execution of before and after tasks
- Add support to update config variables with release
- Update node modules to latest versions
0.12.0
- Add support to release specific versions (#108)
- Feature: Add possibilitity to tag release as Github prerelease (#104)
- Bugfix: Ensure before and after tasks run correctly (#105)
⚠️ Please be sure to use beforeBump
, afterBump
, beforeRelease
and afterRelease
as documented in README.md.
0.11.0
- Adding custom tasks to run before or after bump and release
0.10.0
- Update instructions for 'additionalFiles' usage
- Support strings in
option.additionalFiles
- Update possibility to add a message in change log
- Fix
Cannot read property 'options' of undefined
- Prevent message when committing from stating
undefined
- Capitalize task description
0.9.0
- Fix bugs related to
additionalFiles
option
- Fix JSHint errors in task
- Add .jshintrc and .editorconfig
- Update node modules to current version
- Add TravisCI configuration
0.8.1
- Fix reference to package name in task configuration
0.8.0
- Features/tag push specificity (#55)
- Add package.json/component.json name to templateData for messages (#54)
- Add support for multiline commit messages (#42)
- Support renamed tasks (#35)
- Prevent from releasing empty version numbers (#33)
- bump multiple files at once (fixes #90, #91)