Skip to content

Commit 6a64d83

Browse files
0xPoehds
authored andcommitted
chore: remove outdated release instructions (#3154)
The outdated release instructions have been removed. Follow up of #2384. Signed-off-by: Rustin170506 <[email protected]>
1 parent 5995024 commit 6a64d83

File tree

5 files changed

+6
-18
lines changed

5 files changed

+6
-18
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ be viewed by clicking the `details` link on the
214214
### Building Documentation
215215

216216
Tracing's documentation uses nightly-only RustDoc features and lints, like
217-
`doc(cfg)` and `broken_intra_doc_lints`. These features are enabled by
217+
`doc(cfg)` and `broken_intra_doc_lints`. These features are enabled by
218218
passing `--cfg docsrs` to RustDoc. Therefore, in order to build Tracing's
219219
documentation the same way it would be built by docs.rs, it's necessary to
220220
use the following command:
@@ -430,8 +430,7 @@ When releasing a new version of a crate, follow these steps:
430430
2. **Update Cargo metadata.** After releasing any path dependencies, update the
431431
`version` field in `Cargo.toml` to the new version, and the `documentation`
432432
field to the docs.rs URL of the new version.
433-
3. **Update other documentation links.** Update the `#![doc(html_root_url)]`
434-
attribute in the crate's `lib.rs` and the "Documentation" link in the crate's
433+
3. **Update the "Documentation" link in the crate's
435434
`README.md` to point to the docs.rs URL of the new version.
436435
4. **Update the changelog for the crate.** Each crate in the Tokio repository
437436
has its own `CHANGELOG.md` in that crate's subdirectory. Any changes to that

tracing-attributes/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
name = "tracing-attributes"
33
# When releasing to crates.io:
44
# - Remove path dependencies
5-
# - Update html_root_url.
6-
# - Update doc url
7-
# - Cargo.toml
8-
# - README.md
5+
# - Update doc url in README.md.
96
# - Update CHANGELOG.md.
107
# - Create "v0.1.x" git tag.
118
version = "0.1.28"

tracing-core/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name = "tracing-core"
33
# When releasing to crates.io:
44
# - Remove path dependencies
55
# - Update html_root_url.
6-
# - Update doc url
7-
# - Cargo.toml
8-
# - README.md
6+
# - Update doc url in README.md.
97
# - Update CHANGELOG.md.
108
# - Create "v0.1.x" git tag.
119
version = "0.1.33"

tracing-error/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
name = "tracing-error"
33
# When releasing to crates.io:
44
# - Remove path dependencies
5-
# - Update html_root_url.
6-
# - Update doc url
7-
# - Cargo.toml
8-
# - README.md
5+
# - Update doc url in README.md.
96
# - Update CHANGELOG.md.
107
# - Create "v0.2.x" git tag
118
version = "0.2.1"

tracing/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
name = "tracing"
33
# When releasing to crates.io:
44
# - Remove path dependencies
5-
# - Update html_root_url.
6-
# - Update doc url
7-
# - Cargo.toml
8-
# - README.md
5+
# - Update doc url in README.md.
96
# - Update CHANGELOG.md.
107
# - Create "v0.1.x" git tag
118
version = "0.1.41"

0 commit comments

Comments
 (0)