Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 239 Bytes

how_to_release.md

File metadata and controls

16 lines (7 loc) · 239 Bytes

How to release a new version of Apache Flink

You need to have the following environment variables set:

export OLD_VERSION=0.6-SNAPSHOT export NEW_VERSION=0.6 export GPG_KEY=XX export GPG_PASSPHRASE=XX

./prepare_release_files.sh