Skip to content

Commit c73de93

Browse files
authored
Merge pull request #3084 from jupyterhub/yuvipanda-patch-2
Bump to 3.0.0-0.dev
2 parents b1a375f + c0d0b3b commit c73de93

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

chartpress.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ charts:
1313
# Dev: imagePrefix can be useful to override if you want to trial something
1414
# locally developed in a remote k8s cluster.
1515
imagePrefix: jupyterhub/k8s-
16-
baseVersion: "2.0.1-0.dev"
16+
# baseVersion should be a -0.dev suffixed version, where the version should
17+
# be the next major, minor, or patch version depending on what we have
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: "3.0.0-0.dev"
1722
repo:
1823
git: jupyterhub/helm-chart
1924
published: https://jupyterhub.github.io/helm-chart

0 commit comments

Comments
 (0)