File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 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 }}
3838 with :
3939 name : test-reports
4040 path : |
41- build/reports/aggregate-tests/
41+ build/reports/aggregate-tests/
Original file line number Diff line number Diff 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
7588signing :
7689 active : always
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments