Skip to content

Commit

Permalink
doc: development/release procedure: version number must be bumped in …
Browse files Browse the repository at this point in the history
…doc/conf.py and README.mdn as well
  • Loading branch information
nodiscc committed Oct 5, 2023
1 parent 00db4f6 commit e554543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/md/dev/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit e554543

Please sign in to comment.