File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ published to crates.io.
1111
1212The ** 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
2534In the workspace ` Cargo.toml ` :
You can’t perform that action at this time.
0 commit comments