Skip to content

Commit f7b7362

Browse files
minrkconsideRatio
andauthored
Apply suggestions from code review
Co-authored-by: Erik Sundell <[email protected]>
1 parent e3eb6ce commit f7b7362

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Also the images we build are based on some image specified in the `FROM` stateme
9494
- [ ] Set the next prerelease version (don't create a tag).
9595
9696
```bash
97-
tbump --no-tag x.y+1.z-0.dev
97+
tbump --no-tag x.y.z+1-0.dev
9898
```
9999
100100
- [ ] Create a GitHub release.

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# ref: https://github.com/jupyterhub/chartpress
77
#
8-
chartpress==2.*
8+
chartpress>=2.1,<3
99

1010
# pytest run tests that require requests and pyyaml
1111
pytest>=3.7.1

tbump.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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+
#
27
[version]
38
current = "2.0.0-beta.1"
49

0 commit comments

Comments
 (0)