Semantic release with Git tags #1105
Titus-von-Koeller
started this conversation in
Dev Corner
Replies: 1 comment 1 reply
-
Semantic Release is nice in theory, but it will strictly require commits and PRs to use a suitable commit message style so it can figure out whether to create a patch/minor/major version. That may be hard to get people to adhere to. We already have half of the workflow there to upload wheels to PyPI (in effect releasing a new version to the wild) when a version tag is pushed. Some prefer this to be when a GitHub release is published, which we also already have half of the workflow for. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After we're done with the upcoming release, I think setting up the repo to support semantic release based on Git tags would be nice and would make things more efficient. I think this looks pretty promising: semantic release.
Any comments, ideas or opposing views?
cc @akx @matthewdouglas @rickardp @wkpark @younesbelkada
Beta Was this translation helpful? Give feedback.
All reactions