Skip to content

feat: init release open-source forked #1

feat: init release open-source forked

feat: init release open-source forked #1

Workflow file for this run

name: release package
on:
push:
branches:
- master
tags:
- 'v*'
jobs:
release-management:
runs-on: ubuntu-20.04
outputs:
release-to-prod: ${{ steps.release.outputs.release_created }}
tag: ${{ steps.release.outputs.tag_name }}
sha: ${{ steps.release.outputs.sha }}
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}, {"type":"refactor","section":"Miscellaneous","hidden":false}]'