Skip to content

Commit

Permalink
feat: add the release-please support (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
allisson committed Dec 29, 2023
1 parent d236c72 commit b4d0836
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Execute release-please action

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
test:
uses: ./.github/workflows/test.yml
release-please:
needs: test
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
package-name: psqlqueue
Empty file added CHANGELOG.md
Empty file.
Empty file added version.txt
Empty file.

0 comments on commit b4d0836

Please sign in to comment.