We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e8e9f commit aaa04ceCopy full SHA for aaa04ce
CONTRIBUTING.md
@@ -0,0 +1,9 @@
1
+# Updating Release Tag
2
+1. Publish the version as `v1.x.x` on GitHub
3
+2. Then update the major tag locally:
4
+
5
+```bash
6
+git pull
7
+git tag -fa v1 -m "Update v1 tag"
8
+git push origin v1 --force
9
+```
0 commit comments