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

gha: Update stable tag v2 automatically with GitHub Actions #97

Closed
peaceiris opened this issue Nov 28, 2019 · 1 comment
Closed

gha: Update stable tag v2 automatically with GitHub Actions #97

peaceiris opened this issue Nov 28, 2019 · 1 comment
Assignees
Labels
CI/CD enhancement New feature or request resolved resolved issue

Comments

@peaceiris
Copy link
Owner

peaceiris commented Nov 28, 2019

Is your feature request related to a problem? Please describe.
About stable tag v2.

Describe the solution you'd like
When a new version is released, the stable tag v2 should be updated automatically.

Describe alternatives you've considered
I can update the tag from my local repository. In case I may forget, so it is better to do it as a GitHub Actions workflow.

Additional context
none.

git tag -d TAG_NAME
git push origin :refs/tags/TAG_NAME
git tag TAG_NAME
git push --tags origin
@peaceiris peaceiris added enhancement New feature or request proposal Feature request labels Nov 28, 2019
@peaceiris peaceiris self-assigned this Nov 28, 2019
@peaceiris peaceiris changed the title proposal: Update stable tag v2 automatically with GitHub Actions gha: Update stable tag v2 automatically with GitHub Actions Nov 28, 2019
@peaceiris peaceiris added CI/CD and removed proposal Feature request labels Nov 28, 2019
@peaceiris peaceiris added the resolved resolved issue label Jun 25, 2021
@github-actions
Copy link

This issue has been LOCKED because of it being resolved!

The issue has been fixed and is therefore considered resolved.
If you still encounter this or it has changed, open a new issue instead of responding to solved ones.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI/CD enhancement New feature or request resolved resolved issue
Projects
None yet
Development

No branches or pull requests

1 participant