Skip to content

Commit

Permalink
More changes to fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJ committed Oct 10, 2024
1 parent 0a530bc commit 9b75440
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
10 changes: 7 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
minor:
- src/**/*.html
- src/_data/**
- src/_generate/**
- src/_includes/**
- src/img/**
- src/sass/**/*.scss
- src/**/*.js
- src/js/**
- src/pages/**
- src/sass/**
- src/webfonts/**
- src/**/*.njk
- src/**/*.md
- src/**/*.json
Expand Down
7 changes: 0 additions & 7 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ version-resolver:
- 'patch'
- 'github-action'
default: patch
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
version-template: |
'$MAJOR.$MINOR.$PATCH$PRERELEASE'
- Next Major: $NEXT_MAJOR_VERSION
- Next Minor: $NEXT_MINOR_VERSION
- Next Patch: $NEXT_PATCH_VERSION
change-template: '- $TITLE by @$AUTHOR in #$NUMBER'
template: |
## Changes
Expand Down

0 comments on commit 9b75440

Please sign in to comment.