Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 503 Bytes

RELEASE.md

File metadata and controls

19 lines (12 loc) · 503 Bytes

How to make a release

Merge in all the changes, make sure master is happy and the current working directory clean.

Bump the version in cron-sentry/version.py following semver. Let's call it $NEW_VERSION.

Run git changelog from the git-extras package to update the changelog. Format accordingly and set the $NEW_VERSION.

Then make a commit called "Release v$NEW_VERSION" And git tag v$NEW_VERSION

Run git push && git push --tags

run make release