mirror of https://github.com/apache/ant-ivy
Let's make the release instruction a simple text file
This commit is contained in:
parent
c017db18b0
commit
8933719ad9
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
Release instructions are in link:/asciidoc/dev/makerelease{outfilesuffix}[/asciidoc/dev/makerelease.adoc]
|
||||
|
|
@ -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/**/*"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue