Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 398 Bytes

RELEASE.md

File metadata and controls

11 lines (10 loc) · 398 Bytes

Releasing apple_rules_lint

  1. Update the MODULE.bazel and bump the version number to whatever the next release will be.
  2. git tag "${TAG}" where ${TAG} is whatever the next release will be.
  3. ./scripts/build-release-artifacts
  4. Create a new release on GitHub, and attach the artifacts generated by the previous step.
  5. Update the BCR with the new release
  6. ...
  7. Profit!