- Bump version in
./sceptre/__init__.py
&./setup.cfg
- Update Changelog with details from
git log --no-merges --format='%<(20)%an' v1.0.0..HEAD | sort | uniq
where the version number is the git tag of the last release. - Create a PR for above changes
- Once PR is merged,
git pull
the changes to sync the master branch git tag -as vX.Y.Z
git push origin vX.Y.Z
(CI/CD publishes to PyPi)- Announce release to the #sceptre channel on og-aws Slack with a link to the latest changelog
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.