Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: create release/tag on release: commit #13

Merged
merged 1 commit into from
Nov 27, 2024
Merged

ci: create release/tag on release: commit #13

merged 1 commit into from
Nov 27, 2024

Conversation

p0deje
Copy link
Contributor

@p0deje p0deje commented Nov 27, 2024

This simplifies release automation by removing the need to create a tag and run two CI workflows - one for commit and one for the tag.

Instead, simply bump the version in pyproject.toml and commit with a message starting with release:. The CI workflow will read a version from pyproject.toml, build a package, and create a release and a tag on GitHub.

This simplifies release automation by removing the need to create a tag
and run two CI workflows - one for commit and one for the tag.

Instead, simply bump the version in `pyproject.toml` and commit with a
message starting with `release:`. The CI workflow will read a version
from `pyproject.toml`, build a package, and create a release and a tag
on GitHub.
@p0deje p0deje requested a review from sh3pik November 27, 2024 03:44
@sh3pik sh3pik merged commit 6893fbf into main Nov 27, 2024
4 checks passed
@sh3pik sh3pik deleted the ci-release branch November 27, 2024 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants