X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=doc%2Fmd%2FRelease-Shaarli.md;h=e22eabc9f32af872d7771a3cda37391261fc6464;hb=bede8e1b633d720d6a7d1b05ba367811f3ac2b87;hp=974a743861994dc44126f69329a90537898f89ad;hpb=92ccaea4706b39e3cf5d9763f8d6e8dcc906d803;p=github%2Fshaarli%2FShaarli.git 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 ## Increment the version code, update docs, create and push a signed tag +### Update the list of Git contributors +```bash +$ make authors +$ git commit -s -m "Update AUTHORS" +``` + ### Create and merge a Pull Request This one is pretty straightforward ;-)