Let's make the release instruction a simple text file

Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/8933719a
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/8933719a
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/8933719a

Branch: refs/heads/master
Commit: 8933719ad9204291155f38bd422254415dcf3537
Parents: c017db1
Author: Nicolas Lalevée <nicolas.lale...@hibnet.org>
Authored: Wed Apr 11 14:32:12 2018 +0200
Committer: Nicolas Lalevée <nicolas.lale...@hibnet.org>
Committed: Wed Apr 11 14:32:12 2018 +0200

----------------------------------------------------------------------
 ReleaseInstructions      | 3 +++
 ReleaseInstructions.adoc | 1 -
 build-release.xml        | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/8933719a/ReleaseInstructions
----------------------------------------------------------------------
diff --git a/ReleaseInstructions b/ReleaseInstructions
new file mode 100644
index 0000000..27729f6
--- /dev/null
+++ b/ReleaseInstructions
@@ -0,0 +1,3 @@
+Release instructions are in asciidoc/dev/makerelease.adoc
+
+You can see the last version online here: 
http://ant.apache.org/ivy/history/master/dev/makerelease.html

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/8933719a/ReleaseInstructions.adoc
----------------------------------------------------------------------
diff --git a/ReleaseInstructions.adoc b/ReleaseInstructions.adoc
deleted file mode 100644
index 047da5a..0000000
--- a/ReleaseInstructions.adoc
+++ /dev/null
@@ -1 +0,0 @@
-Release instructions are in 
link:/asciidoc/dev/makerelease{outfilesuffix}[/asciidoc/dev/makerelease.adoc]

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/8933719a/build-release.xml
----------------------------------------------------------------------
diff --git a/build-release.xml b/build-release.xml
index 0834664..30280ff 100644
--- a/build-release.xml
+++ b/build-release.xml
@@ -489,6 +489,7 @@
         <rat:report xmlns:rat="antlib:org.apache.rat.anttasks" 
reportFile="${rat.report.dir}/rat-report.txt">
             <fileset dir="${basedir}">
                 <exclude name=".classpath"/>
+                <exclude name="ReleaseInstructions"/>
                 <exclude name=".ivy2/**/*"/>
                 <exclude name="build/**/*"/>
                 <exclude name="bin/**/*"/>

Reply via email to