Skip to content

Commit c155f70

Browse files
committed
Added new scripts not previously in README file.
1 parent af9f630 commit c155f70

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ README.txt -- This readme file.
66
esapi-release.sh -- Obsolete script to create new ESAPI release. Will be replaced soon. Do not use for now.
77
mvnQuietTest.bat -- Run 'mvn test' from DOS cmd prompt with logSpecial output suppressed.
88
mvnQuietTest.sh -- Run 'mvn test' from bash with logSpecial output suppressed.
9+
createVarsFile.sh -- Bash script to create a vars.2.x.y.z file that is 'sourced' by the 'newReleaseNotes.sh' script.
10+
esapi4java-core-TEMPLATE-release-notes.txt - Basic template used to create the new release notes file.
11+
newReleaseNotes.sh -- Bash script to create the release notes boillerplate from the provided release argument and the TEMPLATE file.
12+
vars.2.2.3.0 -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
13+
vars.2.2.3.1 -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
14+
vars.2.3.0.0 -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
15+
vars.template -- Template to construct the release specific vars files

0 commit comments

Comments
 (0)