Skip to content

Commit 81f5449

Browse files
committed
Fix publishing
1 parent 9bda0d8 commit 81f5449

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.github/release-drafter.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
name-template: 'v$RESOLVED_VERSION 🌈'
1+
name-template: 'v$RESOLVED_VERSION 👽'
22
tag-template: 'v$RESOLVED_VERSION'
33
categories:
4-
- title: '🚀 Features'
4+
- title: '‼️ Annotations'
55
labels:
6-
- 'feature'
7-
- 'enhancement'
8-
- title: '🐛 Bug Fixes'
6+
- 'annotation'
7+
- title: '🍏 Core & Code Generation'
98
labels:
10-
- 'fix'
11-
- 'bugfix'
12-
- 'bug'
13-
- title: '🧰 Maintenance'
14-
label: 'chore'
9+
- 'core'
10+
- 'generator'
11+
- title: '🎒 Other'
12+
labels:
13+
- 'other'
1514
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
1615
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
1716
version-resolver:
@@ -24,7 +23,7 @@ version-resolver:
2423
patch:
2524
labels:
2625
- 'patch'
27-
default: patch
26+
default: minor
2827
template: |
2928
## Changes
3029

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYID }}
4848
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYPASSWORD }}
4949
run: |
50-
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
50+
./gradlew publish --no-configuration-cache

0 commit comments

Comments
 (0)