We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc183d5 commit d2a1499Copy full SHA for d2a1499
docs/Developer.txt
@@ -1112,7 +1112,7 @@ branch of the repository that has been tagged appropriately.
1112
1113
1 =git tag -m "Tagging the <VERSION /> release of Dependency Finder" <VERSION />=
1114
1 =git push --tags= (a workflow on GitHub will create the release there)
1115
- 1 =ant -Drelease=<VERSION /> docs=
+ 1 =ant -Drelease%3D<VERSION /> docs=
1116
1 =cp docs/{Manual,Tools,Developer}.html ../website=
1117
1 =cp -R docs/images/* ../website/images=
1118
1 =gh release download --pattern '*' --dir /tmp= (copies the release files to =/tmp=)
0 commit comments