-
Notifications
You must be signed in to change notification settings - Fork 2
How to: Prepare a release
Martin Steinisch edited this page Oct 1, 2019
·
1 revision
- Create a milestone with the full version number
MAJOR.MINOR.PATCH(-SUFFIX)
in the official repo: - Create a branch
release/MAJOR.MINOR
in the official repo:- Base the current release branch on the previous release branch
- Bump
version
andversion_suffix
inappveyor.yml
in master branch (if not yet done). - Merge master branch into current release branch.
- Verify that everything builds correctly.
- Create the final build artifacts:
- Download the artifact from https://ci.appveyor.com.
- Create a release
Version MAJOR.MINOR.PATCH(-SUFFIX)
in the official repo:- Tag the version with
vMAJOR.MINOR.PATCH(-SUFFIX)
on current release branch. - Attach the artifact.
- Tag the version with
- Upload to https://www.nuget.org