Skip to content

Commit 383c584

Browse files
Ask before release
1 parent f475b68 commit 383c584

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ feedback: ## Give feedback
9898

9999
release: build ## Create a new release
100100
@type gh >/dev/null 2>&1 || (echo "Run e.g. 'brew install gh' first." >&2 ; exit 1)
101+
@echo "########################"
102+
@echo Making release for version "$(VERSION)". Press ENTER to continue...
103+
@echo "########################"
104+
@read
101105
@gh release create "v$(VERSION)" -t "Release $(VERSION) ($(DATE))" 'dist/$(MAIN).py-$(VERSION).tar.gz'
102106

103107
build: clean ## Build the code

0 commit comments

Comments
 (0)