Merge pull request #1639 from ArthurHoaro/doc/fix-release

Doc: fix missing merge on Release page
This commit is contained in:
ArthurHoaro 2020-11-15 12:48:16 +01:00 committed by GitHub
commit da950241f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,14 @@ git pull upstream master
# If releasing a new minor version, create a release branch
$ git checkout -b v0.x
# Otherwise just use the existing one
$ git checkout v0.x
# Get the latest changes
$ git merge master
# Check that everything went fine:
$ make test
# Bump shaarli_version.php from dev to 0.x.0, **without the v**
$ vim shaarli_version.php