You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+11-26Lines changed: 11 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,36 +14,21 @@ This document describes the process of releasing a new version of the Dependency
14
14

15
15
16
16
5. Ensure that `master` is selected in the branch dropdown
17
-
6.Select the part that should be bumped for this release (see [Semantic Versioning](https://semver.org/))
17
+
6.For the part of the version to bump, select either `major` or `minor` (see [Semantic Versioning](https://semver.org/))
18
18
7. Finally, once all inputs are checked press the *Run Workflow* button
19
19
8.**Manually** create a release branch by selecting `master` in the branch dropdown and entering the branch name:
20
20
21
-

21
+

22
22
23
23
### Release a new bugfix version
24
24
25
-
> **Warning**
26
-
> This process is currently only semi-automated and involves manual execution of the steps defined in [`ci-release.yaml`](.github/workflows/ci-release.yaml).
27
-
> Besides NPM, the [GitHub CLI](https://cli.github.com/) is required. Ensure the CLI is configured for authenticated use (`gh auth login`).
28
-
29
25
1. Ensure the current state in the release branch is ready to be released
30
-
2. Clone the repository and checkout the release branch:
6. This will kick off the `ci-publish.yaml` workflow, which will build and push the container images, as well as update the previously created release with build artifacts
26
+
2. Head over to the *Actions* tab in GitHub
27
+
3. Select the *Release CI* entry in the *Workflows* section
28
+
4. The following UI element will have a button to trigger the workflow. Once clicked, the Use workflow from dialog will appear:
29
+
30
+

31
+
32
+
5. Ensure that a release branch (e.g. `4.6.x`) is selected in the branch dropdown
33
+
6. For the part of the version to bump, select `patch` (see [Semantic Versioning](https://semver.org/))
34
+
7. Finally, once all inputs are checked press the *Run Workflow* button
0 commit comments