Skip to content

Commit 3fb7466

Browse files
committed
Updated build config
1 parent 51be8d6 commit 3fb7466

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616

17-
- name: Set Version
17+
- name: Set version
1818
uses: redis-field-engineering/redis-version-action@v1
1919
with:
2020
version: ${{ github.event.inputs.version }}
@@ -38,4 +38,4 @@ jobs:
3838
with:
3939
name: test-reports
4040
path: |
41-
build/reports/aggregate-tests/
41+
build/reports/aggregate-tests/

jreleaser.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ release:
3333
title: '[chore]'
3434
- label: 'dependencies'
3535
title: '[deps]'
36+
- label: 'build'
37+
title: '[build]'
3638
- label: 'feature'
3739
title: 'Resolves #'
3840
body: 'Resolves #'
@@ -42,6 +44,8 @@ release:
4244
- label: 'issue'
4345
title: 'Relates to #'
4446
body: 'Relates to #'
47+
- label: 'allcontributors'
48+
title: 'docs: update'
4549
categories:
4650
- title: 'Merge'
4751
labels:
@@ -62,15 +66,24 @@ release:
6266
- title: '⚙️ Dependencies'
6367
labels:
6468
- 'dependencies'
69+
- title: '🛠 Build'
70+
labels:
71+
- 'build'
72+
- title: 'allcontributors'
73+
labels:
74+
- 'allcontributors'
6575
hide:
6676
categories:
6777
- 'Merge'
78+
- 'allcontributors'
6879
contributors:
6980
- 'GitHub'
81+
- 'allcontributors'
7082
replacers:
7183
- search: '\[chore\] '
7284
- search: '\[deps\] '
7385
- search: '\[translation\] '
86+
- search: '\[build\] '
7487

7588
signing:
7689
active: always

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
mavenLocal()
66
}
77
dependencies {
8-
classpath "org.kordamp.gradle:java-project-gradle-plugin:$kordampPluginVersion"
98
classpath "org.kordamp.gradle:kordamp-parentbuild:$kordampBuildVersion"
9+
classpath "org.kordamp.gradle:java-project-gradle-plugin:$kordampPluginVersion"
1010
classpath "org.springframework.boot:spring-boot-gradle-plugin:$bootPluginVersion"
1111
classpath "io.spring.gradle:dependency-management-plugin:$dependencyPluginVersion"
1212
}

0 commit comments

Comments
 (0)