Skip to content

Commit

Permalink
release.sh: drop --force and --moduleset
Browse files Browse the repository at this point in the history
No longer hooked into anything so let's not pretend we have it.
  • Loading branch information
whot committed Mar 21, 2024
1 parent 29e27f2 commit 45e01b7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,7 @@ Options:
--dist make 'dist' instead of 'distcheck'; use with caution
--distcheck Default, ignored for compatibility
--dry-run Does everything except tagging and uploading tarballs
--force Force overwriting an existing release
--help Display this help and exit successfully
--moduleset <file> The jhbuild moduleset full pathname to be updated
--no-quit Do not quit after error; just print error message
--token <tokenval> GitHub personal access token value
Expand Down Expand Up @@ -646,11 +644,6 @@ do
--dry-run)
DRY_RUN=yes
;;
# Force overwriting an existing release
# Use only if nothing changed in the git repo
--force)
FORCE=yes
;;
# Display this help and exit successfully
--help)
usage
Expand Down

0 comments on commit 45e01b7

Please sign in to comment.