Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeantessier committed Sep 5, 2024
1 parent fc183d5 commit d2a1499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Developer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ branch of the repository that has been tagged appropriately.

1 =git tag -m "Tagging the <VERSION /> release of Dependency Finder" <VERSION />=
1 =git push --tags= (a workflow on GitHub will create the release there)
1 =ant -Drelease=<VERSION /> docs=
1 =ant -Drelease%3D<VERSION /> docs=
1 =cp docs/{Manual,Tools,Developer}.html ../website=
1 =cp -R docs/images/* ../website/images=
1 =gh release download --pattern '*' --dir /tmp= (copies the release files to =/tmp=)
Expand Down

0 comments on commit d2a1499

Please sign in to comment.