Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
aarpon committed Apr 5, 2024
2 parents b40f2a8 + e02f818 commit 2c23e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/package_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ if [[ "$#" -ne 2 && "$#" -ne 3 ]]; then
echo " Usage: "$0" package_dir archive_name [branch]"
echo ""
echo " package_dir : directory where a release version of the code is prepared (e.g. /tmp/release)"
echo " archive_name: full file name of the ZIP file to publish (e.g. /tmp/hrm_3.9.0.zip)"
echo " archive_name: full file name of the ZIP file to publish (e.g. /tmp/hrm_3.10.0.zip)"
echo " branch : (optional) branch to user for release. By default, this is 'master'."
echo ""
echo " Example: "$0" /tmp/release /tmp/hrm_3.9.0.zip"
echo " Example: "$0" /tmp/release /tmp/hrm_3.10.0.zip"
echo ""
exit
fi
Expand Down

0 comments on commit 2c23e58

Please sign in to comment.