Skip to content

Testing release-please #1

Testing release-please

Testing release-please #1

on:
push:
branches:
- release
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: parabol
VersioningStrategy: always-bump-minor
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'