Automatically publish builds from Travis (#92)

This commit is contained in:
Adrian Macneil 2019-09-24 22:06:21 -07:00 committed by GitHub
parent d988f526ed
commit 18ffa457d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View file

@ -4,7 +4,7 @@ The following steps should be followed to publish a new version of dbmate (requi
1. Update [version.go](/pkg/dbmate/version.go) and [README.md](/README.md) with new version number ([example PR](https://github.com/amacneil/dbmate/pull/79/files))
2. Create new release on GitHub project [releases page](https://github.com/amacneil/dbmate/releases)
3. Build using `make docker` and upload contents of `dist/` directory as assets attached to the GitHub release
3. Travis CI will automatically publish release binaries to GitHub
4. Create PR to update Homebrew package by running the following command:
```