-
-
Notifications
You must be signed in to change notification settings - Fork 26
Release
Sam Wray edited this page Sep 13, 2020
·
5 revisions
To create a release:
- Update the package.json version following Semver 2.0.0
- commit message:
chore(release): bumps version to x.x.x
- commit message:
- Merge into main
- Create a release and tag using the release section on GitHub
- Name both the release and tag the version number with no "v" prefix
- If still in alpha/beta please check the prerelease checkbox
- Use the command
git log --graph --pretty=format:'%s' --abbrev-commit
to find all changes in main from the last release (search forchore(release): bumps version to x.x.x
and copy all messages since then into the release notes)
- Publish release
- Tag is created with the release
- Travis automatically runs when tags are created. electron-builder will publish artefacts to GitHub