Changelog
Upcoming
- Ability to add pre version hooks. (Like "mix test" before doing anything)
- Add auto changelog based on commits ("added!, fixed!, changed!")
- Check if working directory is clean for merge branches
- display current version in help
- Added --skip-merge to skip mergers to other branches.
- Added additional aliases to CLI
- Fixed release new a version not considering previous git tags, only current project version.
- Fixed merge conflict issue with
merge
operation. It is possible to change behaviour of merge
operation by adding ignore_confligs
to merge
operation config - Added return
1
on error to system console on error
0.1.0 - 2020-9-7
Added
- Commit message overwrite
- Separate changelog config for pre release versions
- Added posibility to switch off Hex.pm publish with --skip-publish
- Added posibility to switch off new dev iteration version bump with --skip-dev-version in shell and dev_version in config
- Possibility to merge all changes to other branches
Changed
- Use OptionParser to get all parameters from shell
- --no-git-push flag to --skip-push
- fixed license file in mix file
- fixed license file in mix file
- fixed first entry in changelog
- added changelog title,
- fixed -dr shorthand for dry run
- Possiblity to disable git push
- Updated readme
- Added readme to hexdocs
- Updated help message
- Fix readme and readme updates
Fix
- Typo in readme
- Typo in tag_name
Update
- Update readme
- Added rc and beta tasks
- Added changelog section
- Ability to disable hex publish
Added
- Fix changelog
- Fix changelog config
- Added readme update
0.0.1 - 2020-8-19