Skip to content

Commit aaa04ce

Browse files
committed
Added release notes
1 parent d9e8e9f commit aaa04ce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)