Skip to content

Commit 5ca418d

Browse files
use release-drafter.yml from dataframely
1 parent 375605f commit 5ca418d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/release-drafter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ autolabeler:
4040
- '/^[a-z]+(\(.*\))?\!\:/'
4141
# ------------------------------------- AUTOMATIC VERSIONING ------------------------------------ #
4242
version-resolver:
43-
minor:
43+
major:
4444
labels:
4545
- breaking
46+
minor:
47+
labels:
48+
- enhancement
4649
default: patch
4750
# ------------------------------------ RELEASE CONFIGURATION ------------------------------------ #
4851
name-template: "v$RESOLVED_VERSION"

0 commit comments

Comments
 (0)