Skip to content

Commit 1a7113c

Browse files
committed
Merge branch 'dev' of https://github.com/SED-ML/KiSAO into dev
2 parents ca5604d + 0a36fba commit 1a7113c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

updating.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Put new version into:
99
Summarize changes in:
1010
* CHANGELOG.md
1111

12-
Then when everything is merged and passes the tests, tag the release
12+
Then when everything is merged and passes the tests, tag the release:
13+
```
1314
git tag -a 2.34 -m "version 2.34"
14-
git push origin --tags
15+
git push origin --tags
16+
```

0 commit comments

Comments
 (0)