Skip to content

feat: add --skip-ssl option for database:import command #38

feat: add --skip-ssl option for database:import command

feat: add --skip-ssl option for database:import command #38

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":true}]'
bootstrap-sha: fe728980b0bd4cd46b5da158c05c193e4a7d0ab9
pull-request-title-pattern: 'chore: release ${version}'
release-type: php
skip-labeling: true