aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Release-Shaarli.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2017-08-29 19:46:23 +0200
committerVirtualTam <virtualtam@flibidi.net>2017-08-29 19:46:23 +0200
commitdc37a482edd7d164de4a0f5458de4c7f65ebc763 (patch)
treed1ea419632e4bcc10197311fb580a9154e055ed6 /doc/md/Release-Shaarli.md
parente4ed3a46b7029eeed757daf33596eb5d345c32b5 (diff)
downloadShaarli-dc37a482edd7d164de4a0f5458de4c7f65ebc763.tar.gz
Shaarli-dc37a482edd7d164de4a0f5458de4c7f65ebc763.tar.zst
Shaarli-dc37a482edd7d164de4a0f5458de4c7f65ebc763.zip
Documentation+Makefile: update AUTHORS generation
Fixes https://github.com/shaarli/Shaarli/issues/935 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'doc/md/Release-Shaarli.md')
-rw-r--r--doc/md/Release-Shaarli.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/md/Release-Shaarli.md b/doc/md/Release-Shaarli.md
index 974a7438..e22eabc9 100644
--- a/doc/md/Release-Shaarli.md
+++ b/doc/md/Release-Shaarli.md
@@ -46,6 +46,12 @@ TBA
46 46
47 47
48## Increment the version code, update docs, create and push a signed tag 48## Increment the version code, update docs, create and push a signed tag
49### Update the list of Git contributors
50```bash
51$ make authors
52$ git commit -s -m "Update AUTHORS"
53```
54
49### Create and merge a Pull Request 55### Create and merge a Pull Request
50This one is pretty straightforward ;-) 56This one is pretty straightforward ;-)
51 57