Skip to content

docs: updated license #9

docs: updated license

docs: updated license #9

on:
push:
branches:
- main
name: 🚀 release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: 🕺 release
uses: GoogleCloudPlatform/release-please-action@v2
id: release
with:
release-type: simple
changelog-types: '[{"type":"feat","section":"🎉 Features","hidden":false},{"type":"fix","section":"🛠️ Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
token: ${{ secrets.GITHUB_TOKEN }}