doc: development/release procedure: version number must be bumped in doc/conf.py and README.mdn as well
This commit is contained in:
parent
00db4f6bcc
commit
e5545436b0
1 changed files with 2 additions and 2 deletions
|
@ -451,8 +451,8 @@ $ git merge master
|
|||
$ make test
|
||||
|
||||
# Bump shaarli_version.php from dev to 0.x.0, **without the v**
|
||||
$ vim shaarli_version.php
|
||||
$ git add shaarli_version
|
||||
$ vim shaarli_version.php doc/conf.py README.md
|
||||
$ git add shaarli_version doc/conf.py README.md
|
||||
$ git commit -s -m "Bump Shaarli version to v0.x.0"
|
||||
$ git push upstream v0.x
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue