File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.8.3
2+ current_version = 1.9.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 1- __version__ = "1.8.3 "
1+ __version__ = "1.9.0 "
Original file line number Diff line number Diff line change 77To make a new release
88```
99# update reacton/_version.py
10- $ git add -u && git commit -m 'Release v1.8.3 ' && git tag v1.8.3 && git push upstream master v1.8.3
10+ $ git add -u && git commit -m 'Release v1.9.0 ' && git tag v1.9.0 && git push upstream master v1.9.0
1111```
1212
1313
1414If a problem happens, and you want to keep the history clean
1515```
1616# do fix
1717$ git rebase -i HEAD~3
18- $ git tag v1.8.3 -f && git push upstream master v1.8.3 -f
18+ $ git tag v1.9.0 -f && git push upstream master v1.9.0 -f
1919```
You can’t perform that action at this time.
0 commit comments