Skip to content

refactor: simplify decoder, add tests (#89) #55

refactor: simplify decoder, add tests (#89)

refactor: simplify decoder, add tests (#89) #55

Workflow file for this run

name: Release
on:
push:
branches: [master]
permissions:
contents: write
pull-requests: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Release
uses: GoogleCloudPlatform/release-please-action@v3
with:
release-type: go
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true