diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2017-09-02 13:00:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-02 13:00:45 +0200 |
commit | ea71536ed76a439ace794a1db3685827ab323c2a (patch) | |
tree | c4375d5c16af7078af560da103ba0912427d4212 /doc | |
parent | 87d019986e6948bd3f88eea94cc5b09e34d938aa (diff) | |
parent | dc37a482edd7d164de4a0f5458de4c7f65ebc763 (diff) | |
download | Shaarli-ea71536ed76a439ace794a1db3685827ab323c2a.tar.gz Shaarli-ea71536ed76a439ace794a1db3685827ab323c2a.tar.zst Shaarli-ea71536ed76a439ace794a1db3685827ab323c2a.zip |
Merge pull request #956 from virtualtam/fix/make-authors
Documentation+Makefile: update AUTHORS generation
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 | ||