- Release new Misti version
- Run:
yarn release --dry-run
to ensure everything works as expected - Run:
yarn release
and follow the instructions
- Run:
- Create a GitHub release
- Prepare documentation:
- Update the supported Tact version in the introduction page
- Generate detectors documentation:
yarn detector-docs ../nowarp.github.io/docs/detectors/
- Update the
detectors.md
page - Update
sidebars.ts
adding new detectors - Check whether
configuration.md
andcli.md
should be updated - Check if examples are updated according to API changes
- Ensure that funding information is actual
- Run:
yarn spell && yarn build
from thenowarp.github.io
directory to ensure there are no errors - Release a new version of documentation:
npx docusaurus docs:version <VERSION>
- Run:
yarn build && yarn deploy
from thenowarp.github.io
directory
- Update
blueprint-misti
:- Update Misti version and build the project
- Release it in order to update the npm dependency
- Update
tact-template
:- Update the Misti version in
package.json
- Ensure the commands in
package.json
and the GitHub Actions workflow are up to date
- Update the Misti version in
- Create a post that highlights introduced changes