Skip to content

Commit

Permalink
chore: remove tag-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Jan 14, 2023
1 parent ed30788 commit aaadd28
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
3 changes: 0 additions & 3 deletions scripts/help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ The commands below are useful for maintainers:
${bold}./ul build-preferences
${dim}Builds JS/HTML/CSS files for Preferences UI${normal}
${bold}./ul tag-release
${dim} Wrapper script to tag a new release and help you make the change note${normal}
${bold}./ul build-release
${dim}[Travis CI only] script to build the tag/release and upload the package files to it, and distro repositories ${normal}
Expand Down
35 changes: 0 additions & 35 deletions scripts/tag-release.sh

This file was deleted.

2 changes: 0 additions & 2 deletions ul
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
. scripts/create-build-images.sh
. scripts/build-doc.sh
. scripts/build-preferences.sh
. scripts/tag-release.sh
. scripts/build-release.sh
. scripts/send-signal.sh
. scripts/travis-cli-container.sh
Expand Down Expand Up @@ -43,7 +42,6 @@ main () {
create-build-images) create-build-images ;;
build-doc) build-doc ;;
build-preferences) build-preferences $2 ;;
tag-release) tag-release $2 ;;
build-release) build-release $2 ;;
travis-cli-container) travis-cli-container ;;
run-ci) run-ci ;;
Expand Down

0 comments on commit aaadd28

Please sign in to comment.