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.
README.md
1 parent bbf3a01 commit 7ab771eCopy full SHA for 7ab771e
README.md
@@ -89,3 +89,12 @@ left column and its corresponding action in the right column. The formatting is
89
clean and easy to read.
90
91
Our CI enforces formatting, linting, and tests.
92
+
93
+## Release
94
95
+```bash
96
+git checkout main && git pull
97
+git commit -m "v[major].[minor].[patch]"
98
+git tag -a v[major].[minor].[patch] -m "v[major].[minor].[patch]"
99
+git push --follow-tags
100
+```
0 commit comments