docs: Update release commit message in release documentation

This commit is contained in:
Joachim Van Herwegen 2022-05-10 11:04:18 +02:00 committed by GitHub
parent 5b48766470
commit 682bbe88d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Steps to follow:
`https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^x.0.0/components/context.jsonld`. `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. * Update all `lsd` entries in `package.json` to the new version.
* Commit this with `chore: Update configs to vx.0.0`. * 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`. * This will update the `package.json`, generate a tag, and generate the new entries in `CHANGELOG.md`.
* Manually edit the `CHANGELOG.md`. * Manually edit the `CHANGELOG.md`.
* First reverse the list of new entries so they go from old to new. * First reverse the list of new entries so they go from old to new.