X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FRelease-Shaarli.md;fp=doc%2Fmd%2FRelease-Shaarli.md;h=8ff0a0808e79f13a57c8e22d013cef09cb7c622d;hb=23daed648c94022098794e17fee54b3627b29275;hp=bb2b3b5cb4c90dd36dfccb3783b7141638ab04d7;hpb=61f63d1086b2181ef92976338e593414199d1275;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/md/Release-Shaarli.md b/doc/md/Release-Shaarli.md index bb2b3b5c..8ff0a080 100644 --- a/doc/md/Release-Shaarli.md +++ b/doc/md/Release-Shaarli.md @@ -45,31 +45,12 @@ TBA ## Increment the version code, update docs, create and push a signed tag -### Generate documentation -```bash -$ cd /path/to/shaarli - -# create a new branch -$ git fetch upstream -$ git checkout upstream/master -b v0.5.0 - -# rebuild the HTML documentation from Markdown -$ make htmlpages - -# commit the changes -$ git add doc -$ git commit -s -m "Generate documentation for v0.5.0" - -# push the commit on your GitHub fork -$ git push origin v0.5.0 -``` - ### Create and merge a Pull Request This one is pretty straightforward ;-) ### Bump Shaarli version to v0.x branch -``` +```bash $ git checkout master $ git fetch upstream $ git pull upstream master