-
Notifications
You must be signed in to change notification settings - Fork 2
Deployment
The Otterlord edited this page Feb 10, 2021
·
1 revision
This page details the steps to deploy a new version of DeckMaster. This is done by the maintainer once the new release is ready.
- Create a branch of main to draft the release in. Note, the branch should not be named using the same convension as tags (semantic with
vprefix) as there is an unconfirmed bug that can unpublish a release. Instead, you should just name the branch with the version number omitting the prefix. - Merge all new features/patches into the new branch, resolving any merge commits along the way.
- Manually test each new feature/patch to make sure that the other additions did not affect it.
- Merge the branch into main.
- Once workflows are complete, add the changelog text to the draft and publish the new release.