Skip to content

Commit

Permalink
notes on release process
Browse files Browse the repository at this point in the history
  • Loading branch information
bgentry committed Nov 14, 2023
1 parent fc83caa commit fc45bbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ queries. After changing an sqlc `.sql` file, generate Go with:

## Releasing a new version

First, merge a `CHANGELOG.md` update describing the changes. Next, update the repo locally and push new tags:
1. First, prepare a PR with a `CHANGELOG.md` update describing the changes, and update the root `go.mod` to point to the `riverpgxv5` version that is about to be released.
2. Merge the above PR.
3. Next, fetch the repo locally and push new tags:

```shell
git checkout master && git pull --rebase
Expand Down

0 comments on commit fc45bbe

Please sign in to comment.