Skip to content

chore(main): release 1.0.1 #5

chore(main): release 1.0.1

chore(main): release 1.0.1 #5

Workflow file for this run

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: Create release PR
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
token: ${{ secrets.GH_PAT }}
pull-request-header: ":rocket: New release :bookmark:"
changelog-types: '[{"type":"feat","section":":sparkles: Features","hidden":false},{"type":"fix","section":":bug: Bug Fixes","hidden":false},{"type":"chore","section":":hammer: Miscellaneous","hidden":false},{"type":"docs","section":":memo: Documentation","hidden":false},{"type":"ci","section":":construction_worker: CI/CD","hidden":false},{"type":"perf","section":":zap: Performance","hidden":false},{"type":"refactor","section":":recycle: Refactoring","hidden":false},{"type":"style","section":":art: Style","hidden":false},{"type":"test","section":":white_check_mark: Tests","hidden":false}]'