Skip to content

Commit 07bb3c3

Browse files
committed
Accept release version number from input
1 parent 3671a2a commit 07bb3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
MAINTAINER_NAME = 'Adam Liddell'
2121
MAINTAINER_GITHUB = 'aaliddell'
2222
SOURCE_REPO = 'rules-proto-grpc/rules_proto_grpc'
23-
VERSION = '5.0.0-alpha1'
23+
VERSION = input('Version number: ').strip()
2424
VERSION_PLACEHOLDER = '0.0.0.rpg.version.placeholder'
2525

2626

0 commit comments

Comments
 (0)