Skip to content

Merge pull request #69 from RalphHightower/RalphHightower-patch-1 #3

Merge pull request #69 from RalphHightower/RalphHightower-patch-1

Merge pull request #69 from RalphHightower/RalphHightower-patch-1 #3

name: release-please.yml – Automate releases with Conventional Commit Messages.
on:
push:
branches:
- main
permissions:
actions: none
checks: none
contents: none
deployments: none
issues: none
packages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@4.1.3
with:
contents: write
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.GITHUB_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple