MCPcopy Create free account
hub / github.com/apache/fory / _check_release_version

Function _check_release_version

ci/release.py:111–116  ·  view source on GitHub ↗
(v: str)

Source from the content-addressed store, hash-verified

109
110
111def _check_release_version(v: str):
112 assert v
113 if "rc" in v:
114 raise ValueError(
115 "RC should only be contained in tag and svn directory, not in code"
116 )
117
118
119def _check_all_committed():

Callers 2

prepareFunction · 0.85
buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected