Skip to content

Conversation

avallete
Copy link
Member

What kind of change does this PR introduce?

  • Add auto npm publish workflow to the repo

@avallete avallete requested review from soedirgo and Copilot March 27, 2025 15:04
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR sets up continuous integration workflows for auto npm publishing of packages.

  • Introduces a deploy workflow for the pg package.
  • Introduces a deploy workflow for the pg-protocol package.

Reviewed Changes

Copilot reviewed 3 out of 7 changed files in this pull request and generated no comments.

File Description
.github/workflows/deploy-pg.yml Adds a workflow to build and publish the pg package.
.github/workflows/deploy-pg-protocol.yml Adds a workflow to build and publish the pg-protocol package.
Files not reviewed (4)
  • .github/workflows/ci.yml: Language not supported
  • package.json: Language not supported
  • packages/pg-protocol/package.json: Language not supported
  • packages/pg/package.json: Language not supported
Comments suppressed due to low confidence (2)

.github/workflows/deploy-pg.yml:6

  • Confirm that using 'master' as the branch name is intentional; if the repository default is 'main', update this accordingly.
      - master

.github/workflows/deploy-pg-protocol.yml:6

  • Confirm that using 'master' as the branch name is intentional; if the repository default is 'main', update this accordingly.
      - master

@@ -22,7 +22,7 @@
"dependencies": {
"pg-connection-string": "^2.7.0",
"pg-pool": "^3.8.0",
"pg-protocol": "npm:@supabase/pg-protocol@^1.8.1",
"pg-protocol": "npm:@supabase/pg-protocol@^0.0.1",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note

Once the pg-protocol version is pushed to npm, then we will be able to bump it there to the next version, and bump the package itself to 0.0.3

@avallete avallete merged commit 03bdf24 into master Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants