mocked-segments-generator

How to release

The releases are automated via GitHub actions, using this configuration file.

The release is triggered by pushing a tag.

  1. Bump the version in Cargo.toml and run the app to update the lock file
  2. Commit the changes and push them.
  3. Create a new tag e.g. git tag -a v0.7.0
  4. Push the tag git push --tags
  5. Wait for the build to finish on the Actions page