Skip to content

Merge pull request #110 from ButterCMS/release-please--branches--mast… #41

Merge pull request #110 from ButterCMS/release-please--branches--mast…

Merge pull request #110 from ButterCMS/release-please--branches--mast… #41

# This workflow opens and updates a pull request with a new package version
# based on code changes.
# The pull request updates the version in package.json, updates the changelog
# and creates release tags.
# For more information, see https://github.com/marketplace/actions/release-please-action
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-22.04
steps:
- uses: google-github-actions/[email protected]
with:
release-type: node
package-name: release-please-action
pull-request-title-pattern: "chore(release): ${version}"
pull-request-header: ":robot: Merge this PR to release a new version"
extra-files: |
README.md
lib/butter.js
examples/basic.html
examples/axiosHook.html