tzulitai opened a new pull request #14: [FLINK-15931] [release] Add tool 
scripts for releasing
URL: https://github.com/apache/flink-statefun/pull/14
 
 
   This adds utility scripts for the following functionality:
   * Create a new release branch
   * Update POM versions in current branch, and creates a commit
   * Create a source release package
   * Deploying Maven artifacts to Apache staging area
   
   This scripts are adopted from `apache/flink` with modifications to suit 
Stateful Functions.
   
   ---
   
   Example usage:
   
   * Create a new version branch:
   ```
   $flink-statefun: RELEASE_VERSION=1.2.3 RELEASE_CANDIDATE=2 
./tools/releasing/create_release_branch.sh
   ```
   This checkouts a new branch (with no additional changes) named 
`release-1.2.3`
   
   * Update POM versions in current branch:
   ```
   $flink-statefun: OLD_VERSION=1.2-SNAPSHOT NEW_VERSION=1.2.3 
./tools/releasing/update_branch_version.sh
   ```
   This updates all POM files, and creates a commit for the changes.
   
   * Create a source release package:
   ```
   $flink-statefun: RELEASE_VERSION=1.2.3 
./tools/releasing/create_source_release.sh
   ```
   This creates a `release` directory in the project root, containing the 
source tarball `flink-statefun-1.2.3-src.tgz` and signatures.
   
   * Deploy Maven artifacts to Apache staging area:
   ```
   $flink-statefun: ./tools/releasing/deploy_staging_jars.sh
   ```
   This builds the project and deploys artifacts to be staged at 
[repository.apache.org](repository.apache.org).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to