We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a575893 commit e466affCopy full SHA for e466aff
tools/schemacode/pyproject.toml
@@ -39,6 +39,13 @@ source = [
39
[tool.coverage.run]
40
parallel = true
41
42
+# Release process:
43
+# cd tools/schemacode
44
+# uvx bump-my-version bump pre_label --tag
45
+# [inspect result]
46
+# git push upstream <current-branch> --tags
47
+# uvx bump-my-version bump <patch|minor|major>
48
+# git push upstream <current-branch>
49
[tool.bumpversion]
50
current_version = "1.0.3-dev"
51
parse = """(?x)
0 commit comments