The order of operations matters here.
-
Update versions in
Cargo.toml
files (library versions and dependencies):- aqua
- spongia
- unguentum
- balnea
-
Make sure the documentation is updated (
README.md
files):balnea
- if there were any configuration changes they need to be reflected in the documentation.
-
Publish:
- aqua
- spongia
- unguentum
- balnea
- Update the versions of dependencies in
Cargo.toml
. - Update the documentation:
- If the installation process changed, it needs to be reflected in the docs.
- Publish.
- Run
npx wit2ts --outDir ./src ./wit
- Run
vsce package
- Run
vsce publish
- this requires a Personal Access Token forkonradpagacz
organization.