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
2727artifact for a specific architecture and platform. The second step is conducted locally in
2828a [ Docker] ( https://www.docker.com ) container for a hermetic release process.
2929
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+
3034### Pre-requisites
3135
3236- ` docker `
@@ -89,9 +93,8 @@ a [Docker](https://www.docker.com) container for a hermetic release process.
8993
9094### Building native artifacts
9195
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.
9598
9699There is no user action required for this step other than watching the progress of the GitHub
97100Actions workflow and making sure that all steps have been completed successfully.
You can’t perform that action at this time.
0 commit comments