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.
2 parents ca5604d + 0a36fba commit 1a7113cCopy full SHA for 1a7113c
updating.md
@@ -9,6 +9,8 @@ Put new version into:
9
Summarize changes in:
10
* CHANGELOG.md
11
12
-Then when everything is merged and passes the tests, tag the release
+Then when everything is merged and passes the tests, tag the release:
13
+```
14
git tag -a 2.34 -m "version 2.34"
-git push origin --tags
15
+git push origin --tags
16
0 commit comments