|
1 | | -name-template: 'v$RESOLVED_VERSION 🐘' |
2 | | -tag-template: 'v$RESOLVED_VERSION' |
| 1 | +name-template: "v$RESOLVED_VERSION 🚀" |
| 2 | +tag-template: "v$RESOLVED_VERSION" |
3 | 3 | exclude-labels: |
4 | | - - 'skip-changelog' |
| 4 | + - "skip-changelog" |
5 | 5 | version-resolver: |
6 | 6 | major: |
7 | 7 | labels: |
8 | | - - 'breaking-change' |
| 8 | + - "breaking-change" |
9 | 9 | minor: |
10 | 10 | labels: |
11 | | - - 'enhancement' |
| 11 | + - "enhancement" |
12 | 12 | default: patch |
| 13 | +# Set initial version for v2.x releases |
| 14 | +version-template: "2.0.0" |
13 | 15 | categories: |
14 | | - - title: '⚠️ Breaking changes' |
15 | | - label: 'breaking-change' |
16 | | - - title: '🚀 Enhancements' |
17 | | - label: 'enhancement' |
18 | | - - title: '🐛 Bug Fixes' |
19 | | - label: 'bug' |
20 | | - - title: '🔒 Security' |
21 | | - label: 'security' |
22 | | - - title: '⚙️ Maintenance/misc' |
| 16 | + - title: "⚠️ Breaking changes" |
| 17 | + label: "breaking-change" |
| 18 | + - title: "🚀 Enhancements" |
| 19 | + label: "enhancement" |
| 20 | + - title: "🐛 Bug Fixes" |
| 21 | + label: "bug" |
| 22 | + - title: "🔒 Security" |
| 23 | + label: "security" |
| 24 | + - title: "⚙️ Maintenance/misc" |
23 | 25 | label: |
24 | | - - 'maintenance' |
25 | | - - 'documentation' |
| 26 | + - "maintenance" |
| 27 | + - "documentation" |
26 | 28 | template: | |
| 29 | + ## What's Changed |
27 | 30 | $CHANGES |
28 | 31 |
|
29 | | - Thanks again to $CONTRIBUTORS! 🎉 |
30 | | -no-changes-template: 'Changes are coming soon 😎' |
31 | | -sort-direction: 'ascending' |
| 32 | + **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION |
| 33 | +
|
| 34 | + Thanks to all contributors! 🎉 |
| 35 | + $CONTRIBUTORS |
| 36 | +no-changes-template: "Changes are coming soon 😎" |
| 37 | +sort-direction: "ascending" |
32 | 38 | replacers: |
33 | 39 | - search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g' |
34 | | - replace: '' |
| 40 | + replace: "" |
35 | 41 | - search: '/(?:and )?@meili-bors(?:\[bot\])?,?/g' |
36 | | - replace: '' |
37 | | - - search: '/(?:and )?@meili-bot,?/g' |
38 | | - replace: '' |
| 42 | + replace: "" |
| 43 | + - search: "/(?:and )?@meili-bot,?/g" |
| 44 | + replace: "" |
39 | 45 | - search: '/(?:and )?@dependabot(?:\[bot\])?,?/g' |
40 | | - replace: '' |
| 46 | + replace: "" |
0 commit comments