Skip to content

Commit

Permalink
stable version was not updating when generate release (ZupIT#595)
Browse files Browse the repository at this point in the history
* change regex

Signed-off-by: victor-schumacher <victor.schumacher@zup.com.br>
Signed-off-by: Bruno N. Melo <brunonobrega.melo@gmail.com>
  • Loading branch information
victorschumacherzup authored and brunonmelo committed Nov 12, 2020
1 parent c467c52 commit 6cce496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MODULE=$(shell go list -m)
DATE=$(shell date +%D_%H:%M)
BUCKET=$(shell VERSION=$(VERSION) ./.circleci/scripts/bucket.sh)
RITCHIE_ENV=$(shell VERSION=$(VERSION) ./.circleci/scripts/ritchie_env.sh)
IS_RELEASE=$(shell echo $(VERSION) | egrep "^([0-9]{1,}\.)+[0-9]{1,}$")
IS_RELEASE=$(shell echo ${VERSION} | egrep "^([0-9]{1,}\.)+[0-9]{1,}$")
IS_BETA=$(shell echo $(VERSION) | egrep "*.pre.*")
IS_QA=$(shell echo $(VERSION) | egrep "*qa.*")
IS_NIGHTLY=$(shell echo $(VERSION) | egrep "*.nightly.*")
Expand Down

0 comments on commit 6cce496

Please sign in to comment.