Skip to content

Commit

Permalink
🔧 suppress error output when getting a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
yhino committed May 12, 2021
1 parent f507c24 commit 378c121
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
@@ -1,4 +1,4 @@
NEW_VERSION := $(shell poetry run semantic-release print-version)
NEW_VERSION := $(shell poetry run semantic-release print-version 2>/dev/null)

release:
ifneq ($(NEW_VERSION),)
Expand Down

0 comments on commit 378c121

Please sign in to comment.