We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c52bb commit 1f7f288Copy full SHA for 1f7f288
docs/Developer.txt
@@ -1139,6 +1139,7 @@ branch of the repository that has been tagged appropriately.
1139
1 =ant -Drelease%3D<NEXTVERSION /> docs=
1140
1 =cp docs/{Manual,Tools,Developer}.html ../website=
1141
1 =cp -R docs/images/* ../website/images=
1142
+ 1 =(cd ../website; git commit -a -m "Release version <NEXTVERSION />)"
1143
1 =gh release download <NEXTVERSION /> --dir /tmp= (copies the release files to =/tmp=)
1144
1 Go to [[https://sourceforge.net/projects/depfind/][SourceForge project page]], click "Files" >> "DependencyFinder".
1145
1 Create a new folder, upload all files from the GitHub release to the new folder.
0 commit comments