Skip to content

feat: simplify APIs and re name the confusing terms #6

feat: simplify APIs and re name the confusing terms

feat: simplify APIs and re name the confusing terms #6

Workflow file for this run

name: Release
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
pull-requests: write
contents: write
jobs:
release:
name: release
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple