Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1003 Bytes

how_to_release.md

File metadata and controls

34 lines (23 loc) · 1003 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