Skip to content

Commit

Permalink
Update release details
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Suriano committed May 1, 2020
1 parent 20a0c93 commit c171e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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) and [README.md](/README.md) with new version number ([example PR](https://github.com/csuriano23/dbmate-oracle/pull/1/files))
1. Update [version.go](/pkg/dbmate/version.go) and [README.md](/README.md) with new version number ([example PR](https://github.com/csuriano23/dbmate-oracle/pull/4/files))
2. Create new release on GitHub project [releases page](https://github.com/csuriano23/dbmate-oracle/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/csuriano23/dbmate-oracle/archive/vX.Y.Z.tar.gz dbmate-oracle
$ brew bump-formula-pr --url=https://github.com/csuriano23/dbmate-oracle/archive/ora-vX.Y.Z.tar.gz dbmate-oracle
```

0 comments on commit c171e6b

Please sign in to comment.