Reads in the contents of a file and minifies them if applicable.
Syntax:
parameters|sceptre_user_data:
<name>: !minify_file_contents /path/to/file.txt
Example:
sceptre_user_data:
inline_lambda_code: !minify_file_contents /path/to/policy.js
make test
- Update the CHANGELOG.md with what has changed (see the example in the CHANGELOG comments).
- In your virtualenv run
bumpversion --dry-run --verbose patch|minor|major
. You will see that the version number will be updated, a commit is made for the version update and a new git tag will be created. - If you are happy with the dry run then execute
bumpversion patch|minor|major
. - Push the commit with
git push
. - When the build for the above step is complete push the tag
git push origin vX.Y.Z
this will trigger a release build which will deploy to PyPi.