Skip to content

Commit

Permalink
Update release instructions with branch name change
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyfrancis committed Jun 27, 2024
1 parent e534b92 commit c14a85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 merge --no-ff upstream/main # resolve conflicts, favoring our previous changes
$ git push origin HEAD
$ git tag v1.20.0-seq
$ git push origin v1.20.0-seq
Expand Down

0 comments on commit c14a85a

Please sign in to comment.