Steps for building a release package:
- Edit
pyproject.toml
and remove "-dev" from theversion
key. - Activate virtualenv.
make distclean
make install-dev
jsonlogalert --version
make extras
- Commit changes with message "Version bump."
- Push repo.
- Tag commit with "vVERSION".
- Push tag.
- Check Releases after build release action is complete.
Then repeat the steps above with "-dev" appended to the version and without tagging the commit.
rm requirements*.txt
make requirements
make install-dev