Skip to content

Commit

Permalink
Accept release version number from input
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Dec 20, 2023
1 parent 3671a2a commit 07bb3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
MAINTAINER_NAME = 'Adam Liddell'
MAINTAINER_GITHUB = 'aaliddell'
SOURCE_REPO = 'rules-proto-grpc/rules_proto_grpc'
VERSION = '5.0.0-alpha1'
VERSION = input('Version number: ').strip()
VERSION_PLACEHOLDER = '0.0.0.rpg.version.placeholder'


Expand Down

0 comments on commit 07bb3c3

Please sign in to comment.