mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 04:47:58 +00:00
aee46dd678
- Replace hecrj/setup-rust-action with actions-rs tools - Add a Cargo Audit test step - Move cargo publish step from Azure Pipelines to GitHub Actions - Use cargo-publish-all to publish multiple packages at once - Automate the creation of release notes
29 lines
584 B
YAML
Executable File
29 lines
584 B
YAML
Executable File
style: github
|
|
template: RELEASE.tpl.md
|
|
info:
|
|
repository_url: https://github.com/starship/starship
|
|
options:
|
|
commits:
|
|
# filters:
|
|
# Type:
|
|
# - feat
|
|
# - fix
|
|
# - perf
|
|
# - refactor
|
|
commit_groups:
|
|
title_maps:
|
|
feat: Features
|
|
fix: Bug Fixes
|
|
perf: Performance Improvements
|
|
refactor: Code Refactoring
|
|
ci: Continuous Integration
|
|
header:
|
|
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
|
|
pattern_maps:
|
|
- Type
|
|
- Scope
|
|
- Subject
|
|
notes:
|
|
keywords:
|
|
- BREAKING CHANGE
|