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 alpha tag to trigger semantic release workflow #17955

Open
andrewb1269hg opened this issue Feb 19, 2025 · 0 comments · May be fixed by #17957
Open

ci: add alpha tag to trigger semantic release workflow #17955

andrewb1269hg opened this issue Feb 19, 2025 · 0 comments · May be fixed by #17957
Assignees
Labels
github_actions Pull requests that update GitHub Actions code
Milestone

Comments

@andrewb1269hg
Copy link
Contributor

Add the ability to publish alpha tags to the semantic release workflow.

It should be:

  • Add workflow dispatch input checkbox for alpha tag
  • Switch command to be run if the alpha box is checked: git-semver next --pre-release-tag=alpha --pre-release-counter
@andrewb1269hg andrewb1269hg self-assigned this Feb 19, 2025
andrewb1269hg added a commit that referenced this issue Feb 19, 2025
**Description**:

Add a checkbox in workflow dispatch to enable alpha release flag. This will allow an alpha tag to be applied to a specific build version.

**Related Issue(s)**:

Fixes #17955

Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
@andrewb1269hg andrewb1269hg linked a pull request Feb 19, 2025 that will close this issue
@andrewb1269hg andrewb1269hg added the github_actions Pull requests that update GitHub Actions code label Feb 19, 2025
@andrewb1269hg andrewb1269hg added this to the v0.60 milestone Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant