2019-05-27 15:29:11 -07:00
|
|
|
# Releasing
|
|
|
|
|
|
|
|
|
|
The following steps should be followed to publish a new version of dbmate (requires write access to this repository).
|
|
|
|
|
|
2020-08-08 11:58:46 -07:00
|
|
|
1. Update [version.go](/pkg/dbmate/version.go) with new version number ([example PR](https://github.com/amacneil/dbmate/pull/146/files))
|
2019-05-27 15:29:11 -07:00
|
|
|
2. Create new release on GitHub project [releases page](https://github.com/amacneil/dbmate/releases)
|
2019-09-24 22:06:21 -07:00
|
|
|
3. Travis CI will automatically publish release binaries to GitHub
|
2020-08-08 11:58:46 -07:00
|
|
|
4. GitHub Actions will automatically create PR to update Homebrew package
|