From b2172a3107bb9123e6aa05d92829c48a53ad0b93 Mon Sep 17 00:00:00 2001 From: Harry Sarson Date: Sat, 14 Mar 2020 12:23:47 +0000 Subject: [PATCH] add instruction to update-authors --- misc/how_to_publish.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index 048aaaa3aa..050a1f86ce 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -16,6 +16,13 @@ Update the date and version number in the file `HISTORY.md`. Verify whether all changes in the new version are described. +## Update authors + +Run: + + npm run update-authors + + ## Build and test Build the distribution files in folders `dist` and `lib`, and test everything by running: