diff options
author | VirtualTam <virtualtam@flibidi.net> | 2017-08-29 19:46:23 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2017-08-29 19:46:23 +0200 |
commit | dc37a482edd7d164de4a0f5458de4c7f65ebc763 (patch) | |
tree | d1ea419632e4bcc10197311fb580a9154e055ed6 /doc | |
parent | e4ed3a46b7029eeed757daf33596eb5d345c32b5 (diff) | |
download | Shaarli-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')
-rw-r--r-- | doc/md/Release-Shaarli.md | 6 |
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 |
50 | This one is pretty straightforward ;-) | 56 | This one is pretty straightforward ;-) |
51 | 57 | ||