Files
simconnect-sdk-rs/CONTRIBUTING.md
Mihai Dinculescu e49650e563 Announce v0.1.1
2022-10-21 15:30:32 +01:00

868 B

Contributing

Contributions are welcome and encouraged! See /issues for ideas, or suggest your own! If you're thinking to create a PR with large feature/change, please first discuss it in an issue.

Releases

  • Update version in simconnect-sdk-derive/Cargo.toml

  • Update version in examples/Cargo.toml

  • Update version in simconnect-sdk/Cargo.toml (crate + simconnect-sdk-derive)

  • Update CHANGELOG.md

  • Commit

  • Add tag

    git tag -a vX.X.X -m "vX.X.X"
    
  • Push

    git push --follow-tags
    
  • Release
    Create a new release.
    The publish.yml GitHub Action will pick it up and do the actual release to crates.io.