Versions Compared

Key

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

...

Now we are ready to prepare the release candidate in the Apache SVN:

...

  • zip -r zipfile directory

...

  • gpg --detach-sign -a -u CA110DC0 incubator-streampipes-installer-source-release.zip

...

  • sha512sum incubator-streampipes-installer-source-release.zip > incubator-streampipes-installer-source-release.sha512

...

Code Block
languagebash
titleCreate checksum
# Create a new rc folder in the SVN (https://dist.apache.org/repos/dist/dev/incubator/streampipes/installer/)
# Create a new directory for the version (e.g., 0.66.0) and a new subdirectory for the release candidate (which is increased for every failed release), e.g., rc1.

# The folder structure should look like this:

-core
-extensions
-installer
 -0.66.0
   -rc1

Copy the following files into this folder:
- RELEASE_NOTES.md
- RELEASE_VALIDATION.md
- README.md
- The zip file
- The asc file
- The sha512 file

# Commit these changes to SVN.

...


Initiate vote

Deploy Maven artifacts to maven central

...