Commit d9685fc0 authored by Zach Howard's avatar Zach Howard Committed by GitHub

Adds op-conductor to tag-tool (#10361)

parent e87e5ef2
...@@ -25,6 +25,7 @@ MIN_VERSIONS = { ...@@ -25,6 +25,7 @@ MIN_VERSIONS = {
'op-heartbeat': '0.1.0', 'op-heartbeat': '0.1.0',
'ufm-metamask': '0.1.0', 'ufm-metamask': '0.1.0',
'op-contracts': '1.0.0', 'op-contracts': '1.0.0',
'op-conductor': '0.0.0',
} }
VALID_BUMPS = ('major', 'minor', 'patch', 'prerelease', 'finalize-prerelease') VALID_BUMPS = ('major', 'minor', 'patch', 'prerelease', 'finalize-prerelease')
......
...@@ -21,6 +21,7 @@ SERVICES = [ ...@@ -21,6 +21,7 @@ SERVICES = [
'op-contracts', 'op-contracts',
'test', 'test',
'op-stack', # special case for tagging op-node, op-batcher, and op-proposer together 'op-stack', # special case for tagging op-node, op-batcher, and op-proposer together
'op-conductor',
] ]
VERSION_PATTERN = '^{service}/v\\d+\\.\\d+\\.\\d+(-rc\\.\\d+)?$' VERSION_PATTERN = '^{service}/v\\d+\\.\\d+\\.\\d+(-rc\\.\\d+)?$'
GIT_TAG_COMMAND = 'git tag -a {tag} -m "{message}"' GIT_TAG_COMMAND = 'git tag -a {tag} -m "{message}"'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment