There was an error while loading. Please reload this page.
1 parent c8229f6 commit 09c2a4cCopy full SHA for 09c2a4c
.gitignore
@@ -6,3 +6,4 @@ target/
6
.idea
7
*.iml
8
.flattened-pom.xml
9
+changelog.txt
application.yaml
@@ -0,0 +1,13 @@
1
+changelog:
2
+ repository: spring-projects/spring-plugin
3
+ sections:
4
+ - title: ":star: New Features"
5
+ labels: ["type: new feature"]
+ - title: ":bulb: Improvements"
+ labels: ["type: enhancement"]
+ - title: ":beetle: Bugs"
+ labels: ["type: bug"]
10
+ - title: ":book: Documentation"
11
+ labels: ["in: documentation"]
12
+ - title: ":hammer: Dependency Upgrades"
13
+ labels: ["type: dependency-upgrade"]
0 commit comments