doc: development/release procedure: version number must be bumped in doc/conf.py and README.mdn as well

This commit is contained in:
nodiscc 2023-10-05 15:27:40 +02:00
parent 00db4f6bcc
commit e5545436b0
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -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
```