Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyfrancis committed Feb 21, 2024
1 parent b294c40 commit 6bf1501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Then go add this version to the `tf-init` script in the monorepo.
$ git remote add upstream git@github.com:cyrilgdn/terraform-provider-postgresql.git
$ git fetch --all
$ git merge --no-ff upstream/master # resolve conflicts, favoring our previous changes
$ git push origin HEAD
$ git tag v1.20.0-seq
$ git push origin v1.20.0-seq
```

0 comments on commit 6bf1501

Please sign in to comment.