Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 640 Bytes

RELEASING.md

File metadata and controls

12 lines (9 loc) · 640 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 and README.md with new version number (example PR)
  2. Create new release on GitHub project releases page
  3. Travis CI will automatically publish release binaries to GitHub
  4. Create PR to update Homebrew package by running the following command:
$ brew bump-formula-pr --url=https://github.com/amacneil/dbmate/archive/vX.Y.Z.tar.gz dbmate