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 1319f81 commit 081650dCopy full SHA for 081650d
chartpress.yaml
@@ -18,6 +18,8 @@ charts:
18
# merged so far into the main branch. If for example we have merged a
19
# breaking change it should be the next major version, like 3.0.0-0.dev.
20
#
21
+ # baseVersion should be managed via tbump, see RELEASE.md for details
22
+ #
23
baseVersion: "3.0.0-0.dev"
24
repo:
25
git: jupyterhub/helm-chart
tbump.toml
@@ -5,7 +5,7 @@
5
# Config reference: https://github.com/your-tools/tbump#readme
6
7
[version]
8
-current = "2.0.1-0.dev"
+current = "3.0.0-0.dev"
9
10
# match our prerelease prefixes
11
# -alpha.1
0 commit comments