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

Fully Automate Action Release #12

Open
LambArchie opened this issue Oct 9, 2022 · 0 comments
Open

Fully Automate Action Release #12

LambArchie opened this issue Oct 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@LambArchie
Copy link
Owner

Currently do the following

  1. Create new release using semver
  2. Locally run
git pull
git tag -d v1 v1.0
git tag v1 v1.1.0
git tag v1.0 v1.1.0
git push origin v1 --force
git push origin v1.0 --force

Currently doing it this way so the v1 and v1.0 tags stay verified

@LambArchie LambArchie added the enhancement New feature or request label Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant