Skip to content

Commit 51e8764

Browse files
committed
Replace reference to multiple vars files by meta-character shell regex.
1 parent 7ac060b commit 51e8764

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/README.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ mvnQuietTest.sh -- Run 'mvn test' from bash with logSpecial output suppresse
99
createVarsFile.sh -- Bash script to create a vars.2.x.y.z file that is 'sourced' by the 'newReleaseNotes.sh' script.
1010
esapi4java-core-TEMPLATE-release-notes.txt - Basic template used to create the new release notes file.
1111
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.2.4.0.0 -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
12+
vars.2.?.?.? -- File that is 'sourced' (as in "source ./filename") and used with newReleaseNotes.sh
13+
and is associated with the release number associated with the file name.
1614
vars.template -- Template to construct the release specific vars files

0 commit comments

Comments
 (0)