Skip to content

Commit

Permalink
Merge pull request #15 from soloam/dev
Browse files Browse the repository at this point in the history
Workflow update
  • Loading branch information
soloam authored May 10, 2024
2 parents ce16af2 + 835daeb commit 9ba93c3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@
- name: patch
description: Patch changes. Used for release bump
color: 16970B

- name: skip-changelog
description: Don't add this to changelog
color: 808080
29 changes: 21 additions & 8 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ categories:
labels:
- "documentation"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
sort-direction: ascending
change-title-escapes: '\<*_&'
exclude-labels:
- "skip-changelog"
exclude-contributors:
- soloam
version-resolver:
major:
labels:
Expand All @@ -47,18 +52,26 @@ autolabeler:
- label: "documentation"
files:
- "*.md"
- label: "bug"
title:
- "/\\[?(bug)\\]?.*/i"
- label: "bugfix"
- "/documentation:/i"
- label: "fix"
title:
- "/\\[?(fix)\\]?.*/i"
- "/bugfix:/i"
- "/bug:/i"
- "/fix:/i"
- label: "feature"
title:
- "/\\[?(add|feat)\\]?.*/i"
- label: "feature"
- "/add:/i"
- "/feature:/i"
- label: "breaking_change"
title:
- "/\\[?(breaking)\\]?.*/i"
- "/breaking:/i"
- "/breaking-change:/i"
- "/breaking_change:/i"
template: |
## Changes
[![Downloads for this release](https://img.shields.io/github/downloads/soloam/ha-fireflyiii-integration/$RESOLVED_VERSION/total.svg)](https://github.com/soloam/ha-fireflyiii-integration/releases/$RESOLVED_VERSION)
$CHANGES
## Links
- [Submit bugs/feature requests](https://github.com/soloam/ha-fireflyiii-integration/issues)

0 comments on commit 9ba93c3

Please sign in to comment.