- Increment the version in
provider/__init__.py
- Increment the version in
package.json
andpackage-lock.json
- Update the
CHANGELOG.rst
using:
$ git log --pretty=format:' * %h - %s (%an, %ad)' vX.Y.Z..HEAD
- Add files to git:
$ git add CHANGELOG.rst package.json package-lock.json
$ git add provider/__init__.py
- Commit
$ git commit -m "Releasing version X.Y.Z"
- Tag
$ git tag -a vX.Y.Z -m "Releasing version X.Y.Z"
$ git push origin main --tags
- Wait until travis has run and the new tag is available at https://github.com/sergeyklay/provider-pact-example/releases/tag/vX.Y.Z
- Set the title to
vX.Y.Z
- Save