Skip to content

Commit a17240e

Browse files
committed
Minor corrections in HOWTO-RELEASE.md
1 parent 24d3898 commit a17240e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

HOWTO-RELEASE.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
- manually check that all [issues](https://github.com/busstoptaktik/geodesy/issues/)
44
assigned to the
5-
[milestone for upcomming release](https://github.com/busstoptaktik/geodesy/issues?q=is%3Aopen+is%3Aissue+milestone%3A0.12.0)
5+
[milestone for the upcomming release](https://github.com/busstoptaktik/geodesy/issues?q=is%3Aopen+is%3Aissue+milestone%3A0.12.0)
66
are resolved
7-
- update `Cargo.toml` and `README.md` with new version id, i.e. `"0.13.0"`
7+
- update `Cargo.toml` with new version id, i.e. `"0.13.0"`
88

9-
- `just check-all`
9+
- `just clean-check`
1010
- `just changes` (to preview a new `CHANGELOG`)
11-
- update `CHANGES.md`
11+
- update `CHANGELOG.md`
1212
- `just changelog` (to generate a new `CHANGELOG`)
13-
- `git commit -a -m "CHANGES.md and CHANGELOG for v0.13.0"`
13+
- `git commit -a -m "CHANGELOG.md for v0.13.0"`
1414
- `git push`
1515
- `git tag v0.13.0`
1616
- `git push --tags`

0 commit comments

Comments
 (0)