Browse Source

Pequenos ajustes no script de release

pull/2866/head
Edward Ribeiro 6 years ago
parent
commit
8bf68af039
  1. 6
      release.sh

6
release.sh

@ -1,4 +1,4 @@
#/bin/bash #!/bin/bash
## ##
## Versioning info: [major].[minor].[patch][-RC[num]], example: 3.1.159, 3.1.159-RC1 ## Versioning info: [major].[minor].[patch][-RC[num]], example: 3.1.159, 3.1.159-RC1
@ -100,10 +100,6 @@ case "$1" in
commit_and_push commit_and_push
exit 0 exit 0
;; ;;
--undo)
git tag -d $LATEST_VERSION
exit 0
;;
--top) --top)
git tag | sort --version-sort | tail "-$2" git tag | sort --version-sort | tail "-$2"
exit 0 exit 0

Loading…
Cancel
Save