X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FRelease-Shaarli.md;h=e22eabc9f32af872d7771a3cda37391261fc6464;hb=6128ab6a55430a2b705be31ff417c0c552a0db1f;hp=8ff0a0808e79f13a57c8e22d013cef09cb7c622d;hpb=23daed648c94022098794e17fee54b3627b29275;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/md/Release-Shaarli.md b/doc/md/Release-Shaarli.md index 8ff0a080..e22eabc9 100644 --- a/doc/md/Release-Shaarli.md +++ b/doc/md/Release-Shaarli.md @@ -26,6 +26,7 @@ GitHub allows drafting the release note for the upcoming release, from the [Rele This file should contain the same information as the release note draft for the upcoming version. Update it to: + - add new entries (additions, fixes, etc.) - mark the current version as released by setting its date and link - add a new section for the future unreleased version @@ -45,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 ;-)