Skip to content

Commit 3b6b60c

Browse files
committed
Add tendril to RELEASING.MD
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent e783cb1 commit 3b6b60c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

RELEASING.MD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ published to crates.io.
1111

1212
The **web_atoms** crate is on a separate cycle as it needs frequent releases but these rarely contain breaking changes.
1313

14+
The **tendril** crate is on a separate cycle as it is a utility crate that is rarely updated.
15+
1416
## Making a release of **web_atoms**:
1517

1618
- Bump the version in `web_atoms/Cargo.toml`
@@ -20,6 +22,13 @@ The **web_atoms** crate is on a separate cycle as it needs frequent releases but
2022
- Publish the new version of **web_atoms**
2123
- Optionally: publish a new version of the other crates to match
2224

25+
## Making a release of **tendril**:
26+
27+
- Bump the version in `tendril/Cargo.toml`
28+
- Update the version **tendril** in the workspace `Cargo.toml`'s `[workspace.dependencies]` section to match
29+
- Publish the new version of **tendril**
30+
- Optionally: publish a new version of the other crates to match
31+
2332
## Making a release of all other crates
2433

2534
In the workspace `Cargo.toml`:

0 commit comments

Comments
 (0)