Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 639 Bytes

File metadata and controls

17 lines (9 loc) · 639 Bytes

Releasing

Steps to publish a new version of dbmate.

1. Create Version Bump PR

Create a PR titled vX.Y.Z (example). Most releases should be a semver minor bump (e.g. v2.24.0v2.25.0).

Commit 1: vX.Y.Z

2. Create GitHub Release

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.