Skip to content

Commit

Permalink
ci: Enhance RELEASE_TYPE_LIST order
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 1, 2020
1 parent 99653a0 commit e7272ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "$(git branch --show-current)" != "master" ]; then
exit 1
fi

RELEASE_TYPE_LIST="major minor patch premajor preminor prepatch prerelease"
RELEASE_TYPE_LIST="prerelease prepatch patch preminor minor major premajor"
if command -v fzf; then
RELEASE_TYPE=$(echo "${RELEASE_TYPE_LIST}" | tr ' ' '\n' | fzf --layout=reverse)
else
Expand Down

0 comments on commit e7272ee

Please sign in to comment.