File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ The first step is executed on different build servers, each responsible to build
27
27
artifact for a specific architecture and platform. The second step is conducted locally in
28
28
a [ Docker] ( https://www.docker.com ) container for a hermetic release process.
29
29
30
+ It is important to note that any change pushed to a release branch (i.e. a branch prefixed
31
+ by ` r ` ) will start a new release workflow. Therefore, these changes should always increment the
32
+ version number.
33
+
30
34
### Pre-requisites
31
35
32
36
- ` docker `
@@ -89,9 +93,8 @@ a [Docker](https://www.docker.com) container for a hermetic release process.
89
93
90
94
### Building native artifacts
91
95
92
- Once a release branch (i.e. a branch prefixed by `r`) is pushed on the repository, a workflow will
93
- automatically start in GitHub Actions to build the native artifacts for all supported
94
- architures/platforms and deploy them temporarily on OSSRH for staging.
96
+ Any change pushed to a release branch will trigger a new release workflow. GitHub Actions builds the native artifacts
97
+ for all supported architures/platforms and deploy them temporarily on OSSRH for staging.
95
98
96
99
There is no user action required for this step other than watching the progress of the GitHub
97
100
Actions workflow and making sure that all steps have been completed successfully.
You can’t perform that action at this time.
0 commit comments