From 682bbe88d0cffe25bd941988ddd42c0aa62d49c6 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Tue, 10 May 2022 11:04:18 +0200 Subject: [PATCH] docs: Update release commit message in release documentation --- documentation/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/release.md b/documentation/release.md index 3446df92f..1087a1f39 100644 --- a/documentation/release.md +++ b/documentation/release.md @@ -15,7 +15,7 @@ Steps to follow: `https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^x.0.0/components/context.jsonld`. * Update all `lsd` entries in `package.json` to the new version. * Commit this with `chore: Update configs to vx.0.0`. - * `npm version major -m "Release version %s of the npm package."` + * `npm version major -m "chore: Release version %s of the npm package"` * This will update the `package.json`, generate a tag, and generate the new entries in `CHANGELOG.md`. * Manually edit the `CHANGELOG.md`. * First reverse the list of new entries so they go from old to new.