From 0927dcbf4a8338150c61f91079a42a2ef96ec4ef Mon Sep 17 00:00:00 2001 From: Bennett Date: Fri, 17 Apr 2020 20:50:37 +0200 Subject: Add 5.5.0-gm and 5.5.0 changelog (#574) * Update README and CHANGELOG * Add script to automatically link issues inside README.md * Add #573 to README * Add documentation for regex used in link-readme-issues script * Fix linking for Franz issues * Add linking for GitHub users * Link more contributors * Link more contributors * Fix information about "npm run link-readme" command * Add recipes to changelog * Add 5.5.0 changelog --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index becd0d227..2da8f6b9d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ "apply-branding": "node ./src/i18n/apply-branding.js", "update-submodules": "git submodule update --remote --force && git add .", "prepare-code": "npm run update-submodules && npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding", - "build-theme-info": "node src/scripts/build-theme-info.js" + "build-theme-info": "node src/scripts/build-theme-info.js", + "link-readme": "node src/scripts/link-readme.js" }, "keywords": [], "author": "Amine Mouafik ", -- cgit v1.2.3-70-g09d2