Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 437 Bytes

RELEASE.md

File metadata and controls

9 lines (8 loc) · 437 Bytes

How to release a new version

  1. Add a new version to CHANGELOG.md. Browse through https://github.com/Pylons/pyramid_openapi3/commits/master to see what was done since last release. Remember to set the correct release date.
  2. Set the same version in setup.py.
  3. make tests
  4. git add -p && git ci -m "release VERSION"
  5. git push origin master and wait for CircleCI to pass the build.
  6. git tag VERSION
  7. git push --tags