Skip to content

Commit

Permalink
Update version namespace and release infos
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Suriano committed May 1, 2020
1 parent 46726aa commit 20a0c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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/amacneil/dbmate/pull/79/files))
2. Create new release on GitHub project [releases page](https://github.com/amacneil/dbmate/releases)
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))
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/amacneil/dbmate/archive/vX.Y.Z.tar.gz dbmate
$ brew bump-formula-pr --url=https://github.com/csuriano23/dbmate-oracle/archive/vX.Y.Z.tar.gz dbmate-oracle
```
2 changes: 1 addition & 1 deletion pkg/dbmate/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dbmate

// Version of dbmate
const Version = "2.0.0-alpha"
const Version = "ora-v1.8.0-rc"

0 comments on commit 20a0c93

Please sign in to comment.