Add extra-package step to RELEASING.md

This commit is contained in:
lepapareil 2024-02-02 14:42:01 +01:00
parent 86a0283b68
commit 03d8e65ea6
No known key found for this signature in database
GPG Key ID: F4F06B068FB00692

View File

@ -27,6 +27,7 @@ Used to publish a new release from master branch (normal process).
- Publish the draft release - Publish the draft release
- Change the release status from draft to public on github - Change the release status from draft to public on github
- Accept the PR from `release/x.y.0` to `master` with `/accept` - Accept the PR from `release/x.y.0` to `master` with `/accept`
- Run `extra-package.yml` workflow on `master` branch filling in the `desired SNAPSHOT version` and selecting wanted extra packages
- Run `update-branch-version.yml` workflow on `master` branch, filling in the `desired SNAPSHOT version`, it will: - Run `update-branch-version.yml` workflow on `master` branch, filling in the `desired SNAPSHOT version`, it will:
- Create `bot/update-branch-version-master` branch - Create `bot/update-branch-version-master` branch
- Checkout this new branch - Checkout this new branch