File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Also the images we build are based on some image specified in the `FROM` stateme
94
94
- [ ] Set the next prerelease version (don' t create a tag).
95
95
96
96
```bash
97
- tbump --no-tag x.y+1.z -0.dev
97
+ tbump --no-tag x.y.z+1 -0.dev
98
98
```
99
99
100
100
- [ ] Create a GitHub release.
Original file line number Diff line number Diff line change 5
5
#
6
6
# ref: https://github.com/jupyterhub/chartpress
7
7
#
8
- chartpress==2.*
8
+ chartpress>=2.1,<3
9
9
10
10
# pytest run tests that require requests and pyyaml
11
11
pytest>=3.7.1
Original file line number Diff line number Diff line change 1
- # tbump config sets baseVersion in chartpress.yaml
1
+ # tbump is a tool to update version fields that we use
2
+ # to update baseVersion in chartpress.yaml as documented
3
+ # in RELEASE.md
4
+ #
5
+ # Config reference: https://github.com/your-tools/tbump#readme
6
+ #
2
7
[version ]
3
8
current = " 2.0.0-beta.1"
4
9
You can’t perform that action at this time.
0 commit comments