I see you’re making modifications to HOWTO as you go. That’s great. I usually squash them all into a single commit before creating the RC, so you could consider doing the same.
Julian > On Sep 25, 2017, at 7:46 AM, [email protected] wrote: > > Repository: calcite > Updated Branches: > refs/heads/branch-1.14 c99f54e90 -> 26203016b (forced update) > > > Add additional clarifications to release documentation > > > Project: http://git-wip-us.apache.org/repos/asf/calcite/repo > Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/26203016 > Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/26203016 > Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/26203016 > > Branch: refs/heads/branch-1.14 > Commit: 26203016bf278fe3338edcd12871b8275cb25e28 > Parents: 5d75382 > Author: Michael Mior <[email protected]> > Authored: Mon Sep 25 10:45:58 2017 -0400 > Committer: Michael Mior <[email protected]> > Committed: Mon Sep 25 10:45:58 2017 -0400 > > ---------------------------------------------------------------------- > site/_docs/howto.md | 2 ++ > 1 file changed, 2 insertions(+) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/calcite/blob/26203016/site/_docs/howto.md > ---------------------------------------------------------------------- > diff --git a/site/_docs/howto.md b/site/_docs/howto.md > index 9668585..0d5f02a 100644 > --- a/site/_docs/howto.md > +++ b/site/_docs/howto.md > @@ -492,6 +492,7 @@ git clean -xn > mvn clean > > # Do a dry run of the release:prepare step, which sets version numbers > +# (accept the default tag name of calcite-X.Y.Z) > mvn -DdryRun=true -DskipTests -DreleaseVersion=X.Y.Z > -DdevelopmentVersion=X.Y+1.Z-SNAPSHOT -Papache-release > -Darguments="-Dgpg.passphrase=${GPG_PASSPHRASE}" release:prepare 2>&1 | tee > /tmp/prepare-dry.log > {% endhighlight %} > > @@ -528,6 +529,7 @@ The version will be automatically changed when performing > the release for real. > * Check PGP, per [this](https://httpd.apache.org/dev/verification.html) > > Now, remove the `-DdryRun` flag and run the release for real. > +For this step you'll have to add the [Apache > servers](https://maven.apache.org/developers/committer-settings.html) to > `~/.m2/settings.xml`. > > {% highlight bash %} > # Prepare sets the version numbers, creates a tag, and pushes it to git >
