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: add manual trigger to bump the versions accordingly #98

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

felix-seifert
Copy link
Collaborator

This GH Actions workflow uses the previously created script to bump the versions automatically. The workflow can be triggered manually as a workflow_dispatch, and you just have to give it the input of wanting to do a patch release, a minor release, or a major release. It then bumps to the appropriate release version, commits it and tags it. Afterwards, it automatically bumps the version to the next snapshot version.

As the new release version is tagged, a release can be created when checking out this tag.

This GH Actions workflow uses the previously created script to bump the versions automatically. The workflow can be triggered manually as a `workflow_dispatch`, and you just have to give it the input of wanting to do a patch release, a minor release, or a major release. It then bumps to the appropriate release version, commits it and tags it. Afterwards, it automatically bumps the version to the next snapshot version.

As the new release version is tagged, a release can be created when checking out this tag.
@csgoh csgoh merged commit a3a7920 into csgoh:main Mar 18, 2024
11 checks passed
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