File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.8.3
2
+ current_version = 1.9.0
3
3
commit = True
4
4
tag = True
5
5
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 7
7
To make a new release
8
8
```
9
9
# 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
11
11
```
12
12
13
13
14
14
If a problem happens, and you want to keep the history clean
15
15
```
16
16
# do fix
17
17
$ 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
19
19
```
You can’t perform that action at this time.
0 commit comments