Skip to content

Commit c2be7f4

Browse files
authored
Merge pull request #11 from hx2A/removetbump
remove tbump
2 parents 82f35bf + cf8f2b5 commit c2be7f4

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

pyproject.toml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -104,24 +104,3 @@ build-function = "hatch_jupyter_builder.npm_builder"
104104
[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
105105
path = "."
106106
build_cmd = "build:prod"
107-
108-
[tool.tbump]
109-
field = [
110-
{ name = "channel", default = "" },
111-
{ name = "release", default = "" },
112-
]
113-
114-
[tool.tbump.version]
115-
current = "0.2.0a0"
116-
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
117-
118-
[tool.tbump.git]
119-
message_template = "Bump to {new_version}"
120-
tag_template = "v{new_version}"
121-
122-
[[tool.tbump.file]]
123-
src = "pyproject.toml"
124-
version_template = "version = \"{major}.{minor}.{patch}{channel}{release}\""
125-
126-
[[tool.tbump.file]]
127-
src = "py5jupyter/_version.py"

0 commit comments

Comments
 (0)