Repository: commons-release-plugin Updated Branches: refs/heads/master 225e6f1be -> d6ac566dd
Document: Better error message. Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/d6ac566d Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/d6ac566d Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/d6ac566d Branch: refs/heads/master Commit: d6ac566dda29ecee2a72a1248ba1fa5fe157079e Parents: 225e6f1 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Mon Jul 2 19:51:32 2018 -0400 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Mon Jul 2 19:51:32 2018 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/d6ac566d/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 435a427..ebe1a7a 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -25,6 +25,10 @@ </properties> <body> + <release version="1.4" date="2018-MM-DD" description="Version 1.4"> + <action type="update" dev="ggregory">Better error message when files cannot be checked in to the SCM.</action> + </release> + <release version="1.3" date="2018-06-15" description="Version 1.3"> <action issue="COMMONSSITE-117" type="update" dev="chtompki">Remove md5 signatures from release artifacts.</action> <action issue="COMMONSSITE-113" type="update" dev="chtompki">Put unpacked site in scm dev dist directory for navigating purposes.</action>