This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new ac793cc  Corrections
ac793cc is described below

commit ac793ccf44120525ead2222116151891398490a2
Author: Sebb <s...@apache.org>
AuthorDate: Thu Jun 18 14:06:16 2020 +0100

    Corrections
---
 BUILDING.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index ea3d04b..a383a94 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -24,8 +24,7 @@ Preparing for release candidate:
 -------------------------------
 - Check for updates to plugins and dependencies.
 - Ensure NOTICE has correct year.
-- Ensure changes.xml is up to date; generate RELEASE-NOTES using non-SNAPSHOT 
version:
-  mvn changes:announcement-generate -Prelease-notes -Dchanges.version=nn
+- Ensure changes.xml is up to date (Release notes are updated during tagging)
 - Ensure pom.xml header comment agrees with changes for this release
 - Regenerate files:
   mvn commons-build:all -Dproject.inceptionYear=2006
@@ -53,9 +52,9 @@ N.B. This is done in a separate release branch so that the 
default branch remain
 - Create tag the from the updated workspace:
   git commit -am "Update version numbers for Commons Parent version NN"
 
-  git tag -s commons-parent-NN -m "Tag Commons Parent version NN" [-u keyid] # 
signed tag
+  git tag -s commons-parent-NN-RC1 -m "Tag Commons Parent version NN-RC1" [-u 
keyid] # signed tag
   OR
-  git tag -a commons-parent-NN -m "Tag Commons Parent version NN"
+  git tag -a commons-parent-NN-RC1 -m "Tag Commons Parent version NN-RC1"
 
   git push --tags
 

Reply via email to