Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setup release branches
Anchor
setup-release-branches
setup-release-branches

...

First, update the RELEASE_NOTES in dev by adding significant new features from JIRA that correspond to the new release version.

Afterwards, create a new branch for the upcoming release candidate:


incubator-streampipes

If needed, change the current SNAPSHOT version to the version that is planned for the upcoming release:

Code Block
languagebash
titleSet project version
# Make sure to only use a SNAPSHOT version here

mvn versions:set -DnewVersion=0.66.0-SNAPSHOT

# Check the output and briefly check if all changed version numbers in the POM files are ok

mvn versions:commit

# Manually change the project version in the package.json file in the ui/ folder.

# Push the changes to dev


Prepare test setup
Anchor
prepare-test-setup
prepare-test-setup

...