Skip to content

Commit

Permalink
Updated GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
VTTAssets committed Aug 1, 2021
1 parent 81ddd26 commit 960c063
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/pull-request-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
feature: ["feature/*", "feat/*"]
fix: ["fix/*", "hotfix/*"]
chore: ["chore/*", "docs/*", "doc/*"]
33 changes: 33 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "Features"
labels:
- "feature"
- title: "Bug Fixes"
labels:
- "fix"
- title: "Maintenance"
label: "chore"

change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- "major"
minor:
labels:
- "minor"
patch:
labels:
- "patch"
default: patch
template: |
## Changes
$CHANGES
## Contributors
$CONTRIBUTORS

0 comments on commit 960c063

Please sign in to comment.