Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 463 Bytes

RELEASING.md

File metadata and controls

7 lines (5 loc) · 463 Bytes

Releasing

The following steps should be followed to publish a new version of dbmate (requires write access to this repository).

  1. Update version.go with new version number (example PR)
  2. Create new release on releases page and write release notes
  3. GitHub Actions will do the rest (publish binaries, NPM package, and Homebrew PR)