diff --git a/.github/chglog/changelog.yml b/.github/chglog/changelog.yml index f4764ad..a0941b9 100644 --- a/.github/chglog/changelog.yml +++ b/.github/chglog/changelog.yml @@ -11,6 +11,7 @@ options: - bug - perf - refactor + - recycle commit_groups: title_maps: sparkles: Features @@ -18,8 +19,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 diff --git a/.github/chglog/release.yml b/.github/chglog/release.yml index f303dfd..b3c6985 100644 --- a/.github/chglog/release.yml +++ b/.github/chglog/release.yml @@ -6,8 +6,8 @@ options: commits: filters: Type: - - :sparkles # :sparkles: update hoge! - - :bug + - sparkles + - bug - perf - refactor commit_groups: @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 8dfeb6c..696bfca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-speech-bot" -version = "0.5.2" +version = "0.6.0" authors = ["tktcorporation"] edition = "2018" license = "MIT"