ManderaGeneral / generalpackager

Tools to interface GitHub, PyPI, NPM and local modules / repos. Used for generating files to keep projects dry and synced. Tailored for ManderaGeneral for now.
https://pypi.org/project/generalpackager/
Apache License 2.0
0 stars 0 forks source link

Command in commit message to locally bump before pushing #51

Open Mandera opened 1 year ago

Mandera commented 1 year ago

Now that we can read commit message in the git hooks this would be super nice not having to go into metadata.json to manually bump.

Could even though three different: [CI MAJOR] [CI MINOR] [CI MICRO]

Maybe make if_publish_bump capable of bumping minor and major too?