Skip to content

build(deps-dev): Bump @testing-library/user-event from 14.4.3 to 14.5… #165

build(deps-dev): Bump @testing-library/user-event from 14.4.3 to 14.5…

build(deps-dev): Bump @testing-library/user-event from 14.4.3 to 14.5… #165

on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
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: '@trussworks/react-uswds'
release-labels: 'type: release'
include-v-in-tag: false
changelog-types: >
[
{ "type": "build", "hidden": true },
{ "type": "chore", "hidden": true },
{ "type": "ci", "hidden": true },
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "docs", "section": "Documentation & Examples" },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "test", "hidden": true }
]