Repository: samza Updated Branches: refs/heads/master 7d54da21c -> d859378f6
SAMZA-831: prepare for 0.10.0 release candidate Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/d859378f Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/d859378f Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/d859378f Branch: refs/heads/master Commit: d859378f65808f09dfe485d666b07b0ec75416d8 Parents: 7d54da2 Author: Yi Pan (Data Infrastructure) <[email protected]> Authored: Mon Dec 7 14:20:23 2015 -0800 Committer: Yi Pan (Data Infrastructure) <[email protected]> Committed: Mon Dec 7 14:20:23 2015 -0800 ---------------------------------------------------------------------- RELEASE.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/d859378f/RELEASE.md ---------------------------------------------------------------------- diff --git a/RELEASE.md b/RELEASE.md index 72a56ea..7bfd8a4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -19,6 +19,12 @@ Before you start, here are a few prerequisite steps that would be useful later: # Make sure you have your GPG key generated and added to KEYS file. GPG tools: https://gpgtools.org/ # Setup your personal website on Apache: http://www.apache.org/dev/new-committers-guide.html +And before you proceed, do the following steps: + + # create a branch $VERSION from the latest master branch + # update the gradle.property s.t. the following property is $VERSION w/o the suffix '-SNAPSHOT': + version=$VERSION + Validate that all Samza source files have proper license information in their header. ./gradlew check
