Document running npm update after changing version

This commit is contained in:
Sven-Hendrik Haase 2023-05-24 02:09:52 +02:00
parent 58d5258088
commit a5002416a0
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -224,6 +224,7 @@ To release this Action:
- Bump version in `package.json`
- Create `CHANGELOG.md` entry
- `npm update`
- `npm run all`
- `git commit -am <version>`
- `git tag -sm <version> <version>`