Skip to content

Commit d60e464

Browse files
Merge pull request #31 from ApolloAutomation/AnotherChange
Fix Regex To Set Tage
2 parents c9343e6 + ec63a6d commit d60e464

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ no-changes-template: '- No changes'
4343
autolabeler:
4444
- label: 'bugfix'
4545
body:
46-
- '/[x] Bugfix (fixed change that fixes an issue)/'
46+
- '/- \\[x\\] Bugfix (fixed change that fixes an issue)/'
4747
- label: 'new-feature'
4848
body:
49-
- '/[x] New feature (thanks!)/'
49+
- '/- \\[x\\] New feature (thanks!)/'
5050
- label: 'breaking-change'
5151
body:
52-
- '/[x] Breaking change (repair/feature that breaks existing functionality)/'
52+
- '/- \\[x\\] Breaking change (repair/feature that breaks existing functionality)/'
5353
- label: 'dependency-update'
5454
body:
55-
- '/[x] Dependency Update - Does not publish/'
55+
- '/- \\[x\\] Dependency Update - Does not publish/'
5656

5757

5858
template: |

Integrations/ESPHome/Core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
version: "25.3.24.1"
2+
version: "25.3.25.1"
33

44
esp32:
55
board: esp32-c3-devkitm-1

0 commit comments

Comments
 (0)