Skip to content

Commit

Permalink
Create release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Koliesnik authored Jun 26, 2024
1 parent 1106e35 commit a9fb7aa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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
changelog-types:
'[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"build","section":"Build Systems","hidden":false},{"type":"ci","section":"CI/CD","hidden":false},{"type":"refactor","section":"Refactoring","hidden":false}]'

0 comments on commit a9fb7aa

Please sign in to comment.