Update RELEASING.md (#153)

This commit is contained in:
Adrian Macneil 2020-08-08 11:58:46 -07:00 committed by GitHub
parent b41a73d70c
commit 24b3fccacd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,7 @@
The following steps should be followed to publish a new version of dbmate (requires write access to this repository). The following steps should be followed to publish a new version of dbmate (requires write access to this repository).
1. Update [version.go](/pkg/dbmate/version.go) with new version number ([example PR](https://github.com/amacneil/dbmate/pull/79/files)) 1. Update [version.go](/pkg/dbmate/version.go) with new version number ([example PR](https://github.com/amacneil/dbmate/pull/146/files))
2. Create new release on GitHub project [releases page](https://github.com/amacneil/dbmate/releases) 2. Create new release on GitHub project [releases page](https://github.com/amacneil/dbmate/releases)
3. Travis CI will automatically publish release binaries to GitHub 3. Travis CI will automatically publish release binaries to GitHub
4. Create PR to update Homebrew package by running the following command: 4. GitHub Actions will automatically create PR to update Homebrew package
```
$ brew bump-formula-pr --url=https://github.com/amacneil/dbmate/archive/vX.Y.Z.tar.gz dbmate
```