diff options
author | VirtualTam <virtualtam@flibidi.net> | 2017-08-05 14:33:07 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2017-08-05 14:33:07 +0200 |
commit | 23daed648c94022098794e17fee54b3627b29275 (patch) | |
tree | 48e41b5bc8b0454d2cdf596783e23ef6b42e42b0 /doc/md | |
parent | 61f63d1086b2181ef92976338e593414199d1275 (diff) | |
download | Shaarli-23daed648c94022098794e17fee54b3627b29275.tar.gz Shaarli-23daed648c94022098794e17fee54b3627b29275.tar.zst Shaarli-23daed648c94022098794e17fee54b3627b29275.zip |
documentation: remove obsolete doc release instructions
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/Release-Shaarli.md | 21 |
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 |
68 | This one is pretty straightforward ;-) | 49 | This 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 |