The following steps should be followed to publish a new version of dbmate (requires write access to this repository).
- Update version.go and README.md with new version number (example PR)
- Create new release on GitHub project releases page
- Build using
make docker
and upload contents ofdist/
directory as assets attached to the GitHub release - 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