Skip to content

Merge pull request #11 from nestorzamili/release-please--branches--ma… #23

Merge pull request #11 from nestorzamili/release-please--branches--ma…

Merge pull request #11 from nestorzamili/release-please--branches--ma… #23

name: release-please
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: whatsapp-blast
changelog-types: |
[
{"type":"feat","section":"Features"},
{"type":"fix","section":"Bug Fixes"},
{"type":"chore","section":"Chores"},
{"type":"docs","section":"Documentation"},
{"type":"style","section":"Styles"},
{"type":"refactor","section":"Code Refactoring"},
{"type":"perf","section":"Performance Improvements"},
{"type":"test","section":"Tests"}
]