-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sam Wray edited this page Sep 12, 2020
·
2 revisions
Welcome to the modv.vcync.gl wiki!
Right now the process of creating a release is manually:
- Update the package.json
- Merge into main and create a tag using GitHub
- Use the command
git log --graph --pretty=format:'%s' --abbrev-commit
to find all changes in main from the last release (search forchore(release): bump version to x.x.x
and copy all messages since then into the release notes) - Travis automatically runs when tags are created