- Increment the version in
provider/__init__.py - Increment the version in
package.jsonandpackage-lock.json - Update the
CHANGELOG.rstusing:
$ 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