Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 499 Bytes

File metadata and controls

12 lines (8 loc) · 499 Bytes

Contributing

Pull requests

  • Target branch: develop
  • Squash merge only — one commit on develop per PR (GitHub merge method: Squash and merge)
  • PR title follows Conventional Commits in English (e.g. feat(ci): add release workflow)
  • Delete the head branch after merge (enabled on the repository)

Releases

Tag develop with a semver tag (0.1.0, 1.2.3, …) to trigger the release workflow and publish binaries on GitHub Releases.