Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 660 Bytes

File metadata and controls

16 lines (15 loc) · 660 Bytes

Release Flow

  1. Bump version in Cargo.toml
  2. Run cargo build to bump version in Cargo.lock
  3. Update version in README.md
  4. Version in Latest Version
  5. Version in the installation snippets
  6. Commit the changes.
  7. Create a tag: git tag -m 'vX.Y.Z' vX.Y.Z
  8. Push commit and tag: git push -u --tags origin master
  9. Go to the GitHub Actions dist workflow: https://github.com/RagnarLab/litemon/actions/workflows/dist.yml
  10. Click on Run workflow
  11. Select the created tag (e.g., vX.Y.Z) and click Run workflow
  12. Go to Releases: https://github.com/RagnarLab/litemon/releases
  13. Publish the created draft release
  14. Profit!