Skip to content

fix: remove release-please title pattern #54

fix: remove release-please title pattern

fix: remove release-please title pattern #54

on:
push:
branches:
- main
name: Release Please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
with:
release-type: rust
package-name: unimarkup-rs
# Breaking changes might happen frequently before 1.0.0 => only bump minor
bump-minor-pre-major: true
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"arch","section":"Architecture/Refactor","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":true}
]