We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi team, it looks like you force-pushed the v2 tag in the v2.0.1 release. We could create a v2 branch to avoid the force-push.
v2
v2.0.1
Let's say we're going to release the v2.0.2 version:
v2.0.2
main
package.json
git switch v2 && git merge main && git push origin v2
So that you don't have to move the v2 tag with force-push in every release.
For the v2.0.3 version, it becomes:
v2.0.3
You can use the same solution for v1 releases.
The text was updated successfully, but these errors were encountered:
1.x
1.0.x
400/404
Sounds good, we can do it 👍
Sorry, something went wrong.
xhyrom
No branches or pull requests
Hi team, it looks like you force-pushed the
v2
tag in thev2.0.1
release. We could create av2
branch to avoid the force-push.Let's say we're going to release the
v2.0.2
version:v2
tag,v2
branch to the latest releasemain
branch, including thepackage.json
v2.0.2
taggit switch v2 && git merge main && git push origin v2
So that you don't have to move the
v2
tag with force-push in every release.For the
v2.0.3
version, it becomes:main
branch, including thepackage.json
v2.0.3
taggit switch v2 && git merge main && git push origin v2
You can use the same solution for v1 releases.
The text was updated successfully, but these errors were encountered: