mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 08:00:04 +01:00
612 B
612 B
Releasing
The following steps should be followed to publish a new version of dbmate (requires write access to this repository).
- Update version.go with new version number (example PR)
- Create new release on GitHub project releases page
- Travis CI will automatically publish release binaries to GitHub
- 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