From 24b3fccacdfbc73d99f608deb87d026621eae198 Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Sat, 8 Aug 2020 11:58:46 -0700 Subject: [PATCH] Update RELEASING.md (#153) --- RELEASING.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index d526337..feb13d3 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -2,11 +2,7 @@ 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) 3. Travis CI will automatically publish release binaries to GitHub -4. 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 -``` +4. GitHub Actions will automatically create PR to update Homebrew package