Skip to content

refactor(database): changed database from SQLite to MongoDB with Mong… #52

refactor(database): changed database from SQLite to MongoDB with Mong…

refactor(database): changed database from SQLite to MongoDB with Mong… #52

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
# Criar uma release e um PR (pull-request) com base no manifest (comando e arquivo).
# O comando manifest faz uma PR utilizando as configurações do release-please-config.json
# se forem validas. Dentro deste arquivo, há a configuração do system.json.
- uses: google-github-actions/release-please-action@v3.7.13
id: release
with:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
release-type: node