File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## Releases
99
10+ ### [ 0.1.1] - 2022-04-06
11+
12+ * Change order of adding new version
13+ * Change documentation (README.md)
14+
1015### [ 0.1.0] - 2022-01-03
1116
1217* Initial release
@@ -27,12 +32,12 @@ $ git checkout main && git pull
2732# Check current version
2833$ bin/version-manager --current
2934
30- # Change changelog
31- $ vi CHANGELOG.md
32-
3335# Increase patch version
3436$ bin/version-manager --patch
3537
38+ # Change changelog
39+ $ vi CHANGELOG.md
40+
3641# Push new version
3742$ git add CHANGELOG.md VERSION && git commit -m " Add version $( cat VERSION) " && git push
3843
Original file line number Diff line number Diff line change 1- 0.1.0
1+ 0.1.1
You can’t perform that action at this time.
0 commit comments