Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
def
_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
119
def
_check_all_committed():
Callers
2
prepare
Function · 0.85
build
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected