fischerX/.github/release-please.yml

38 lines
763 B
YAML

release-type: node
package-name: fischerx
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
changelog-type: "markdown"
include-v-in-tag: true
changelog-file: CHANGELOG.md
skip-github-release: false
skip-git-push: false
signoff: "false"
draft: false
prerelease: false
pull-request-title-pattern: "chore: release ${version}"
labels:
- "release"
changelog-sections:
- type: feat
section: Features
- type: fix
section: Bug Fixes
- type: perf
section: Performance Improvements
- type: refactor
section: Refactors
- type: docs
section: Documentation
- type: style
section: Style
- type: test
section: Tests
- type: ci
section: CI/CD
- type: build
section: Build
- type: chore
section: Chores