This is an automated email from the ASF dual-hosted git repository.
jaikiran pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/1.9.x by this push:
new 4e27dba Add a note in ReleaseInstructions to check the copyright year
in NOTICE file
4e27dba is described below
commit 4e27dba1cb749e8593a4013ca30ef6cfa2164d1a
Author: Jaikiran Pai <[email protected]>
AuthorDate: Mon Mar 18 19:56:26 2019 +0530
Add a note in ReleaseInstructions to check the copyright year in NOTICE file
---
ReleaseInstructions | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/ReleaseInstructions b/ReleaseInstructions
index 762450f..b44fe2a 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -37,6 +37,11 @@ Note: This document was updated in the context of releasing
Ant
the build with -verbose option and scan for lines beginning with
"Unable to load...".
+ Also check the NOTICE file to make sure it has the correct
+ Copyright year. If the year isn't right, update that file to use
+ the right year and commit and push the change upstream, before
+ starting any release process.
+
3. We don't want tags for failed votes to end up on our branches so
the release is first created from a detached head.