Skip to content

Commit e466aff

Browse files
committed
Add release process comment to pyproject.toml
1 parent a575893 commit e466aff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/schemacode/pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ source = [
3939
[tool.coverage.run]
4040
parallel = true
4141

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>
4249
[tool.bumpversion]
4350
current_version = "1.0.3-dev"
4451
parse = """(?x)

0 commit comments

Comments
 (0)