mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 08:00:04 +01:00
Automatically publish builds from Travis (#92)
This commit is contained in:
parent
d988f526ed
commit
18ffa457d6
3 changed files with 13 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue