Skip to content

deps(deps): bump mongoose from 8.19.1 to 8.19.2 (#927) #25

deps(deps): bump mongoose from 8.19.1 to 8.19.2 (#927)

deps(deps): bump mongoose from 8.19.1 to 8.19.2 (#927) #25

name: Release Please
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
version: ${{ steps.release.outputs.version }}
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Release Please
id: release
uses: googleapis/release-please-action@v4
with:
release-type: node
config-file: ./release-please-config.json