Skip to content

fix: upgrade @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.11 … #149

fix: upgrade @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.11 …

fix: upgrade @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.11 … #149

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{ secrets.NODESHIFT_RELEASES_TOKEN }}
release-type: node
bump-minor-pre-major: "true"
package-name: faas-js-runtime
changelog-types: '[{"type":"enhancement","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"cleanup","section":"Miscellaneous","hidden":false},{"type":"api-change","section":"API Changes","hidden":false},{"type":"documentation","section":"Documentation","hidden":false},{"type":"techdebt","section":"Miscellaneous","hidden":false},{"type":"proposal","section":"Miscellaneous","hidden":false},{"type":"feat","section":"Features","hidden":false}]'