chore(master): release 7.1.2 (#944) #431
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# On each new commit to master, create/update a PR with release | |
# automatically bumps version and creates changelog as per conventional commits | |
name: Release Github | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: GoogleCloudPlatform/release-please-action@v3 | |
id: release | |
with: | |
token: ${{ secrets.REPO_GHA_PAT }} | |
release-type: node | |
package-name: bee-js | |
bump-minor-pre-major: true |