File tree 3 files changed +37
-15
lines changed
3 files changed +37
-15
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " io.spring.convention.root"
3
+ id " io.spring.security.release" version " 1.0.0-SNAPSHOT"
3
4
}
4
5
5
6
group = " org.springframework.security"
6
7
description = " Spring Authorization Server"
7
8
9
+ springRelease {
10
+ repositoryOwner = " spring-projects"
11
+ weekOfMonth = 2
12
+ dayOfWeek = 4
13
+ referenceDocUrl = " https://docs.spring.io/spring-authorization-server/docs/{version}/reference/html/"
14
+ apiDocUrl = " https://docs.spring.io/spring-authorization-server/docs/{version}/api/"
15
+ replaceSnapshotVersionInReferenceDocUrl = false
16
+ }
17
+
8
18
if (hasProperty(" buildScan" )) {
9
19
buildScan {
10
20
termsOfServiceUrl = " https://gradle.com/terms-of-service"
Original file line number Diff line number Diff line change 1
- releasenotes :
1
+ changelog :
2
+ repository : spring-projects/spring-authorization-server
2
3
sections :
3
- - title : " New Features"
4
- emoji : " :star:"
5
- labels : ["enhancement"]
6
- - title : " Bug Fixes"
7
- emoji : " :beetle:"
8
- labels : ["bug", "regression"]
9
- - title : " Dependency Upgrades"
10
- emoji : " :hammer:"
11
- labels : ["dependency-upgrade"]
12
- - title : " Non-passive"
13
- emoji : " :rewind:"
14
- labels : ["breaks-passivity"]
4
+ - title : " :star: New Features"
5
+ labels : ["type: enhancement"]
6
+ sort : " title"
7
+ - title : " :beetle: Bug Fixes"
8
+ labels : ["type: bug", "type: regression"]
9
+ sort : " title"
10
+ - title : " :hammer: Dependency Upgrades"
11
+ labels : ["type: dependency-upgrade"]
12
+ sort : " title"
13
+ - title : " :rewind: Non-passive"
14
+ labels : ["type: breaks-passivity"]
15
+ sort : " title"
16
+ issues :
17
+ exclude :
18
+ labels : [ "status: duplicate" ]
19
+ ports :
20
+ - label : " status: forward-port"
21
+ bodyExpression : ' Forward port of issue #(\d+).*'
22
+ contributors :
23
+ title : " :heart: Contributors"
24
+ exclude :
25
+ names : ["jgrandja", "sjohnr"]
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
repositories {
3
3
gradlePluginPortal()
4
- maven { url ' https://repo.spring.io/release' }
5
- maven { url ' https://repo.spring.io/milestone' }
4
+ maven { url " https://repo.spring.io/release" }
5
+ maven { url " https://repo.spring.io/milestone" }
6
+ maven { url " https://repo.spring.io/snapshot" }
6
7
}
7
8
}
8
9
You can’t perform that action at this time.
0 commit comments