All notable changes to this project will be documented in this file.
""
"use federation type + scope"
"use twine instead of setuptools to release"
""
"update es client and models with latest mapping changes"
- Fixed to check for changes before attempting to commit (since
git commit
w/o changes exits non-zero)
- Added
no-update-changelog
option to support releases with no CHANGELOG file
- Testing release again
- Testing the release process
- Added "--no-bump-version" option to support projects that manually set version
- Remove twine in favor of setuptools upload
"Initial release from Jenkins"
- Specify branch name when pushing to support pushing from Jenkins
- Parameterized release options so that releases can happen from Jenkins in non-interactive mode
- Now using in setup.py the clean and test commands defined in the module
- Added PyTest command
Initial release