Steps to publish a new version of dbmate.
Create a PR titled vX.Y.Z (example). Most releases should be a semver minor bump (e.g. v2.24.0 → v2.25.0).
Commit 1: vX.Y.Z
- Update version.go with new version number
After the PR is merged, create a new release titled vX.Y.Z on the releases page and write release notes.
GitHub Actions will automatically build and publish binaries, publish the NPM package, and open a Homebrew PR.