Skip to content

chore: Create a new release to automate release steps

Abhilash Raj requested to merge maxking/postorius:release-script into master

This script does a few things:

  1. Bump the version in the right place.
  2. Possibly create a new MR when invoked manually
  3. Tag a new release and create a wheel/sdist file using python -m build command.

This will serve as the basis for other projects to inherit this script when matured well enough.

Edited by Abhilash Raj

Merge request reports