Skip to content

Commit

Permalink
Merge pull request #53 from tktcorporation/feature/52/changelog
Browse files Browse the repository at this point in the history
🚨 add ci settings to out a changelog
  • Loading branch information
tktcorporation authored Sep 22, 2021
2 parents 6129abd + 152c329 commit 6e30e0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/chglog/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ options:
- bug
- perf
- refactor
- recycle
commit_groups:
title_maps:
sparkles: Features
bug: Bug Fixes
perf: Performance Improvements
refactor: Code Refactoring
ci: Continuous Integration
issues:
prefix:
- /
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern: "^:?(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
Expand Down
9 changes: 6 additions & 3 deletions .github/chglog/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ options:
commits:
filters:
Type:
- :sparkles # :sparkles: update hoge!
- :bug
- sparkles
- bug
- perf
- refactor
commit_groups:
Expand All @@ -17,8 +17,11 @@ options:
perf: Performance Improvements
refactor: Code Refactoring
ci: Continuous Integration
issues:
prefix:
- /
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern: "^:?(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "discord-speech-bot"
version = "0.5.2"
version = "0.6.0"
authors = ["tktcorporation"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 6e30e0f

Please sign in to comment.