Skip to content

Commit

Permalink
feat: add release please
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezequiel Olea Figueroa committed May 13, 2023
1 parent b0dda57 commit 0849781
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
release-type: go
changelog-types: '[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":false},
{"type":"dep","section":"Dependencies","hidden":false}
]'

0 comments on commit 0849781

Please sign in to comment.