Skip to content

chore: release 2.7.0 #83

chore: release 2.7.0

chore: release 2.7.0 #83

# On each new commit to master, create/update a PR with release
# automatically bumps version and creates changelog as per conventional commits
# https://github.com/google-github-actions/release-please-action
name: Release Github
on:
push:
branches:
- master
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
path: js-library
package-name: 'fdp-contracts-js-lib'
changelog-path: 'js-library/CHANGELOG.md'
version-file: 'js-library/package.json'
pull-request-title-pattern: 'chore${scope}: release js-lib ${version}'
monorepo-tags: true