From 953c2a1bd3f29a94605db6f194ddb19bd42c7629 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Tue, 10 May 2022 11:06:20 +0200 Subject: [PATCH] docs: Update pre-release commit message in documentation --- documentation/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/release.md b/documentation/release.md index 1087a1f39..58cfbcd82 100644 --- a/documentation/release.md +++ b/documentation/release.md @@ -31,7 +31,7 @@ Steps to follow: * Potentially upgrade the recipes at https://github.com/CommunitySolidServer/recipes Changes when doing a pre-release of a major version: - * Version with `npm version premajor --preid alpha -m "Release version %s of the npm package."`. + * Version with `npm version premajor --preid alpha -m "chore: Release version %s of the npm package"`. * Do not merge `versions/x.0.0` into `main`. * Publish with `npm publish --tag next`. * Do not update the branch or anything related.