@taiga-ui/auto-changelog-config 0.219.0 → 0.221.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/templates/changelog.hbs
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
{{! prettier-ignore }}
|
|
3
|
-
All notable changes to this project will be documented in this file. See [`conventional
|
|
4
|
-
commits`](https://www.conventionalcommits.org/) guidelines.
|
|
5
|
-
|
|
6
|
-
{{#each releases}}
|
|
7
|
-
{{#if tag}}
|
|
8
|
-
##{{#unless major}}#{{/unless}} [{{#replaceTitle}}{{title}}{{/replaceTitle}}]({{href}}) ({{isoDate}})
|
|
9
|
-
{{/if}}
|
|
10
|
-
|
|
11
|
-
{{#commit-parser merges commits}}
|
|
12
|
-
|
|
13
|
-
{{#commit-list this heading='### ⚠ BREAKING CHANGES' message='[bB]reaking [cC]hange:|[bB]reaking:' }}
|
|
14
|
-
- {{#replaceCommit}}{{subject}}{{/replaceCommit}} [({{shorthash}})]({{href}})
|
|
15
|
-
{{/commit-list}}
|
|
16
|
-
|
|
17
|
-
{{#commit-list this heading='### 🚀 Features' message='^[fF]eat:|[fF]eat\(|^[rR]efactor:|^[rR]efactor\(' exclude='[bB]reaking [cC]hange:|[bB]reaking:'}}
|
|
18
|
-
- {{#replaceCommit}}{{subject}}{{/replaceCommit}} [({{shorthash}})]({{href}})
|
|
19
|
-
{{/commit-list}}
|
|
20
|
-
|
|
21
|
-
{{#commit-list this heading='### 🐞 Bug Fixes' message='^[fF]ix:|^[fF]ix\(|^[pP]erf:|^[pP]erf\(' exclude='[bB]reaking [cC]hange:|[bB]reaking:'}}
|
|
22
|
-
- {{#replaceCommit}}{{subject}}{{/replaceCommit}} [({{shorthash}})]({{href}})
|
|
23
|
-
{{/commit-list}}
|
|
24
|
-
|
|
25
|
-
{{#commit-list this heading='### ⚠️ Deprecations' message='^deprecate:|^deprecate\(' exclude='[bB]reaking [cC]hange:|[bB]reaking:'}}
|
|
26
|
-
- {{#replaceCommit}}{{subject}}{{/replaceCommit}} [({{shorthash}})]({{href}})
|
|
27
|
-
{{/commit-list}}
|
|
28
|
-
|
|
29
|
-
{{/commit-parser}}
|
|
30
|
-
|
|
31
|
-
{{/each}}
|
|
File without changes
|