Skip to content

Commit dae96b9

Browse files
committed
Start of work towards 0.14.0
1 parent a17240e commit dae96b9

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

HOWTO-RELEASE.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,27 @@
22

33
- manually check that all [issues](https://github.com/busstoptaktik/geodesy/issues/)
44
assigned to the
5-
[milestone for the 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.14.0)
66
are resolved
7-
- update `Cargo.toml` with new version id, i.e. `"0.13.0"`
7+
- update `Cargo.toml` with new version id, i.e. `"0.14.0"`
88

99
- `just clean-check`
1010
- `just changes` (to preview a new `CHANGELOG`)
1111
- update `CHANGELOG.md`
1212
- `just changelog` (to generate a new `CHANGELOG`)
13-
- `git commit -a -m "CHANGELOG.md for v0.13.0"`
13+
- `git commit -a -m "CHANGELOG.md for v0.14.0"`
1414
- `git push`
15-
- `git tag v0.13.0`
15+
- `git tag v0.14.0`
1616
- `git push --tags`
17-
- `git branch 0.13`
18-
- `git switch 0.13`
19-
- `git push --set-upstream origin 0.13`
17+
- `git branch 0.14`
18+
- `git switch 0.14`
19+
- `git push --set-upstream origin 0.14`
2020
- `git switch main`
2121
- `cargo publish`
2222
- update `HOWTO-RELEASE.md` to say 0.14
23-
- `git commit -a -m "Start of work towards 0.14.0`
23+
- `git commit -a -m "Start of work towards 0.14.0"`
2424
- `git push ...`
25+
26+
Twitter/Mastodon:
27+
28+
Rust Geodesy version 0.13.0 just released. 3 months and 36 commits in the making. Get it while it's hot! https://lib.rs/geodesy | https://crates.io/crates/geodesy | https://docs.rs/geodesy/latest/geodesy/

0 commit comments

Comments
 (0)