Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

feat(github-actions): enable release-please #1

feat(github-actions): enable release-please

feat(github-actions): enable release-please #1

name: 'release-please'
on:
push:
branches:
- master
- 'hotfix/**'
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
release-type: node
include-v-in-tag: false
default-branch: ${{ github.ref_name }}
changelog-types: '[{"type": "feat", "section": "πŸš€ Features"}, {"type": "fix", "section": "πŸ› Bug Fixes"}, {"type": "perf", "section": "πŸ’ͺ Performance Improvements"}, {"type": "deps", "section": "πŸ—ƒοΈ Dependencies", "hidden": true}, {"type": "revert", "section": "↩ Reverts"}, {"type": "docs", "section": "πŸ“– Documentation", "hidden": true}, {"type": "style", "section": "🎨 Styles", "hidden": true}, {"type": "chore", "section": "🧹 Miscellaneous Chores", "hidden": true}, {"type": "refactor", "section": "πŸ›  Code Refactoring", "hidden": true}, {"type": "test", "section": "πŸ”¬ Tests", "hidden": true}, {"type": "build", "section": "πŸ—οΈ Build System", "hidden": true}, {"type": "ci", "section": "πŸ€– Continuous Integration", "hidden": true}]'