Admin - Use GraphQL to find PR, instead of commit msg (#3792)
This commit is contained in:
parent
0ab7362f8b
commit
5aa8d03a59
2 changed files with 34 additions and 4 deletions
|
|
@ -95,7 +95,7 @@ def prerelease_version():
|
|||
assert (
|
||||
initpy_ver > ver
|
||||
), "the moto/__init__.py version should be newer than the last tagged release."
|
||||
return "{initpy_ver}.{commits_since}".format(
|
||||
return "{initpy_ver}{commits_since}".format(
|
||||
initpy_ver=initpy_ver, commits_since=commits_since
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue