You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: HOWTO-RELEASE.md
+12-8
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,27 @@
2
2
3
3
- manually check that all [issues](https://github.com/busstoptaktik/geodesy/issues/)
4
4
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)
6
6
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"`
8
8
9
9
-`just clean-check`
10
10
-`just changes` (to preview a new `CHANGELOG`)
11
11
- update `CHANGELOG.md`
12
12
-`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"`
14
14
-`git push`
15
-
-`git tag v0.13.0`
15
+
-`git tag v0.14.0`
16
16
-`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`
20
20
-`git switch main`
21
21
-`cargo publish`
22
22
- 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"`
24
24
-`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