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: Handover.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
[//]: #(SPDX-License-Identifier: Apache-2.0)
3
3
[//]: #(---)
4
4
5
-
# Handover
5
+
# Handover
6
6
7
7
Suggested steps to do after the repo transfer:
8
8
9
-
## Add the active maintainer
9
+
## Add the active maintainer
10
10
11
11
Add the new / active maintainer to the following files: MAINTAINERS.md, CODEOWNERS, and CONTRIBUTING.md.
12
12
@@ -16,7 +16,7 @@ Add the new / active maintainer to the following files: MAINTAINERS.md, CODEOWNE
16
16
17
17
## Verify CI / Github actions:
18
18
19
-
Currently, all GH actions trigger on pull request, unless stated otherwise, assuming[ branch protection is in place](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches) (as it should).
19
+
Currently, all GH actions trigger on pull request, unless stated otherwise, assuming[ branch protection is in place](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches) (as it should).
20
20
21
21
The following GH actions are pre-configured:
22
22
@@ -37,8 +37,8 @@ Rust packages are published to the crates.io registry. To do so, the following s
37
37
1) Ensure all changes are comited and pushed to origin. This is important otherwise publish will abort.
38
38
2) Verify the pre-defined meta data in Cargo.toml. Repo & homepage is already set to https://github.com/timeplus-io/proton-rust-client
39
39
3) Create a free account on https://crates.io/
40
-
4) Create an API token in the dashboard
41
-
5) Login locally, from a terminal: ```cargo login``` Then at the prompt put in the token specified.
40
+
4) Create an API token on https://crates.io/settings/tokens
41
+
5) Login locally, from a terminal: ```cargo login``` Then at the prompt put in the token specified.
42
42
6) Conduct a dry run to see if everything is correct: ```cargo publish --dry-run```
43
43
7) When the dry run completes without error, publish the first version: ```cargo publish```
0 commit comments