Skip to content

Commit 0d78794

Browse files
committed
Provide more details about release branch updates
1 parent cb37573 commit 0d78794

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

RELEASE.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ The first step is executed on different build servers, each responsible to build
2727
artifact for a specific architecture and platform. The second step is conducted locally in
2828
a [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
9699
There is no user action required for this step other than watching the progress of the GitHub
97100
Actions workflow and making sure that all steps have been completed successfully.

0 commit comments

Comments
 (0)