-
-
Notifications
You must be signed in to change notification settings - Fork 0
Opening a release branch
Adriano Castro edited this page May 4, 2024
·
6 revisions
These are the steps to start a new release branch once a group of stories are ready to be developed.
- Checkout
main
branch - Fetch origin
- Determine what's the next version number according to Semantic Versioning 2.0.0
- Create a new branch with
release-
+ the version number, for example:release-1.1.0
- Edit the version number in the following files
- For each version of
Memory.toc
Title
Version
-
Memory.lua
MemoryCore.ADDON_VERSION
-
README.md
- Create a new version line with
### yyyy.mm.dd - version x.y.z
, replacingx.y.z
with the version number
- Create a new version line with
- For each version of
- Commit those changes
- Open a new release PR with the title
Release x.y.z
This is the release branch for Memory x.y.z.
## Before merge
- [ ] Changelog contains all the release notes