Skip to content

Commit 081650d

Browse files
committed
Update version in tbump.toml
1 parent 1319f81 commit 081650d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

chartpress.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ charts:
1818
# merged so far into the main branch. If for example we have merged a
1919
# breaking change it should be the next major version, like 3.0.0-0.dev.
2020
#
21+
# baseVersion should be managed via tbump, see RELEASE.md for details
22+
#
2123
baseVersion: "3.0.0-0.dev"
2224
repo:
2325
git: jupyterhub/helm-chart

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Config reference: https://github.com/your-tools/tbump#readme
66
#
77
[version]
8-
current = "2.0.1-0.dev"
8+
current = "3.0.0-0.dev"
99

1010
# match our prerelease prefixes
1111
# -alpha.1

0 commit comments

Comments
 (0)