mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
Create RELEASING.md
This commit is contained in:
parent
20aa42ed1e
commit
2b885a0aba
1 changed files with 12 additions and 0 deletions
12
RELEASING.md
Normal file
12
RELEASING.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Releasing
|
||||
|
||||
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)
|
||||
3. Build using `make docker` and upload contents of `dist/` directory as assets attached to the GitHub release
|
||||
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue