Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 369 Bytes

RELEASE.md

File metadata and controls

11 lines (10 loc) · 369 Bytes

How to release mc-server-wrapper

  1. Make the necessary updates to CHANGELOG.md.
  2. Bump version in Cargo.toml.
  3. Commit changes.
  4. Tag new version and push tag.
    git tag -sm "<version>" <version>
    git push origin <version>
    
  5. Confirm the release is built and published appropriately by CI.