update contributing

pull/2666/head
Mikael Finstad 8 months ago
parent 251204499a
commit 251204cbfd
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -72,8 +72,7 @@ Before releasing, consider [Maintainence chores](#maintainence-chores) first.
- `git merge stores` (in case there's an old unmerged stores hotfix)
- **Prepare release notes** from commit history
- Create a new file `versions/x.y.z.md` and write the most important highlights from the release notes, but **remove github issue #references**
- `tsx script/generateVersions.mts`
- Commit changes
- `tsx script/generateVersions.mts && git add versions/*.md src/renderer/src/versions.json && git commit -m 'Update change log'`
- *If Store-only hotfix release*
- `git checkout stores`
- `npm version patch`

Loading…
Cancel
Save