Skip to content

Commit

Permalink
chore: add a post release bump chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez authored and oscerd committed Sep 6, 2022
1 parent ad784dd commit 7b4c0fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions release.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,15 @@ More importantly the _tag_ and _revision_ section configuration should change fo
```

_P.S please note that the bottles are created using the https://docs.brew.sh/Brew-Test-Bot[Brew Test Bot] https://docs.brew.sh/Bottles[ [1] ]._

=== Bump to next version

Once the release process is complete, we must prepare the configuration for next version. In order to do so, please run the following:
```
make bump VERSION=<new-version> LAST_RELEASED_VERSION=<replace-version>
git commit -m "chore: bump next version to <new-version>"
git push upstream main
```
Where <new-version> represents the new version you want to bump and <replace-version> the version that was previously released.

In case of a major or minor release, please update accordingly the `release` workflow in order to always have the latest 2 release branches and `main` running in a CI fashion. See https://github.com/apache/camel-k/pull/3607/commits/f835c978dcfbcadae99b0f8b2fbcd07f49adb3a1 for reference.

0 comments on commit 7b4c0fb

Please sign in to comment.