Versions Compared

Key

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

...

All release artifacts released to the Apache release repo, will automatically be synced to Maven central.

Publish Docker images

TODO: Move Docker publish script to main repo




Merge release into master

...

Note

For release 0.69.0 I used the following commands: 

git checkout release/0.69.0

git merge master -s ours

git checkout master
git merge #commit_ID_of_the_last_commit

Publish Docker images

Manually trigger the GitHub actions build (either in master or the release tag, e.g. release/0.69.0)

Once the actions job is finished, validate that all images are pushed to docker hub.

Update website and docs

Clone the incubator-streampipes-website project and checkout the dev branch.

...