aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Release-Shaarli.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/md/Release-Shaarli.md')
-rw-r--r--doc/md/Release-Shaarli.md21
1 files changed, 1 insertions, 20 deletions
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
45 45
46 46
47## Increment the version code, update docs, create and push a signed tag 47## Increment the version code, update docs, create and push a signed tag
48### Generate documentation
49```bash
50$ cd /path/to/shaarli
51
52# create a new branch
53$ git fetch upstream
54$ git checkout upstream/master -b v0.5.0
55
56# rebuild the HTML documentation from Markdown
57$ make htmlpages
58
59# commit the changes
60$ git add doc
61$ git commit -s -m "Generate documentation for v0.5.0"
62
63# push the commit on your GitHub fork
64$ git push origin v0.5.0
65```
66
67### Create and merge a Pull Request 48### Create and merge a Pull Request
68This one is pretty straightforward ;-) 49This one is pretty straightforward ;-)
69 50
70### Bump Shaarli version to v0.x branch 51### Bump Shaarli version to v0.x branch
71 52
72``` 53```bash
73$ git checkout master 54$ git checkout master
74$ git fetch upstream 55$ git fetch upstream
75$ git pull upstream master 56$ git pull upstream master