Skip to content

Commit

Permalink
Merge pull request #7 from 3hx/feat-test-10
Browse files Browse the repository at this point in the history
Feat test 10
  • Loading branch information
3hx authored Nov 1, 2023
2 parents 5061884 + ce2c2b6 commit e2c35af
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
19 changes: 17 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
name-template: "v$NEXT_PATCH_VERSION"
name-template: "v$NEXT_PATCH_VERSION 🌈"
tag-template: "v$NEXT_PATCH_VERSION"
categories:
- title: "🚀 Features"
label: "feature"
- title: "🐛 Bug Fixes"
label: "bugfix"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
version-resolver:
major:
labels:
- "major"
minor:
labels:
- "minor"
patch:
labels:
- "patch"
template: |
## Changes
$CHANGES
commitish: main
3 changes: 0 additions & 3 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Release Drafter

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Here's how other solutions stack up:
## Usage

(Include usage instructions, examples, and/or code snippets here)
aa
e

0 comments on commit e2c35af

Please sign in to comment.