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: RELEASING.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,11 @@ Note that any crate not mentioned here (e.g. tensorflow-proto-codegen, tensorflo
25
25
1. Bump the version in `tensorflow-sys/Cargo.toml`
26
26
1. Bump the version in `tensorflow-sys/README.md`
27
27
1. Bump the version for `tensorflow-sys` in the root `Cargo.toml`
28
+
1. Bump version number of `tensorflow-sys-runtime` if necessary
29
+
1. Run `git log v${PREVIOUS_VERSION?}..HEAD tensorflow-sys-runtime` and see if there were any changes. If not, skip.
30
+
1. Bump the version in `tensorflow-sys-runtime/Cargo.toml`
31
+
1. Bump the version in `tensorflow-sys-runtime/README.md`
32
+
1. Bump the version for `tensorflow-sys-runtime` in the root `Cargo.toml`
28
33
1. Bump version number of `tensorflow-internal-macros` if necessary
29
34
1. Run `git log v${PREVIOUS_VERSION?}..HEAD tensorflow-internal-macros` and see if there were any changes. If not, skip.
30
35
1. Bump the version in `tensorflow-internal-macros/Cargo.toml`
@@ -36,6 +41,7 @@ Note that any crate not mentioned here (e.g. tensorflow-proto-codegen, tensorflo
36
41
1. Run `./run-valgrind`
37
42
1. Commit and push the changes. (Push before publishing to ensure that the changes being published are up to date.)
38
43
1. If the version of tensorflow-sys was bumped, run `cargo publish` for tensorflow-sys. (Publish before tagging in case there are problems publishing and we need to add commits to fix them.)
44
+
1. If the version of tensorflow-sys-runtime was bumped, run `cargo publish` for tensorflow-sys-runtime. (Publish before tagging in case there are problems publishing and we need to add commits to fix them.)
39
45
1. If the version of tensorflow-internal-macros was bumped, run `cargo publish` for tensorflow-internal-macros. (Publish before tagging in case there are problems publishing and we need to add commits to fix them.)
40
46
1. Run `cargo publish`. (Publish before tagging in case there are problems publishing and we need to add commits to fix them.)
0 commit comments