From 8f841600a4e64e07a9de1329a346c2daa39c3dbe Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 26 Jul 2018 21:01:59 +0100 Subject: [PATCH] doc: Add updating AUTHORS to release steps Signed-off-by: Rolf Neugebauer --- docs/releasing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releasing.md b/docs/releasing.md index 273a796da..9e68e9914 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -241,6 +241,7 @@ git commit -a -s -m "Update package tags to $LK_RELEASE" ### Final preparation steps +- Update AUTHORS by running `./scripts/generate-authors.sh` - Update the `VERSION` variable in the top-level `Makefile` - Create an entry in `CHANGELOG.md`. Take a look at `git log v0.3..HEAD` and pick interesting updates (of course adjust `v0.3` to the previous version). - Create a PR with your changes.