Skip to content

Latest commit

History

History
10 lines (8 loc) 路 699 Bytes

RELEASE.md

File metadata and controls

10 lines (8 loc) 路 699 Bytes

Creating a Release

GitHub releases are automated via GitHub actions and triggered by pushing a tag.

  1. Bump the version in Cargo.toml and core/Cargo.toml.
  2. Update Cargo.lock by building the project. (cargo build)
  3. Commit and push the changes. (i.e. submit a pull request)
  4. Either draft a new release from the GitHub interface or create a new tag and push it via the command line.
  5. While naming the release, do not include the version in the title. (e.g. "Level Editor")
  6. Add release notes and highlights.