Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 863 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 863 Bytes

Contributing to pgtoolkit

You're welcome to contribute to pgtoolkit with code and more like issue, review, documentation and spreading the word!

pgtoolkit home for contribution is it's GitHub project page. Use issue, PR and comments to get in touch with us!

Releasing a new version

To release a new version you'll need read-write access to GitHub project https://github.com/dalibo/pgtoolkit

Then, follow the next steps:

  • Create an annotated (and optionally signed) tag git tag -a [-s] -m "pgtoolkit <version>" <version>
  • Push the new tag git push --follow-tags
  • Then the new release will be available at PyPI (after GitHub publish workflow is finished)
  • Follow instructions to build rpm and upload to Dalibo Labs.