Skip to content

Commit 6c84148

Browse files
committed
Create jenkins stage to create changelogs
1 parent e69d90a commit 6c84148

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.jenkins/Jenkinsfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ pipeline {
4848
}
4949
}
5050

51+
stage('Create Changelogs') {
52+
steps {
53+
sh "./gradlew :Changelog:makeChangelog"
54+
sh "./gradlew :Changelog:makeMarkdownChangelog"
55+
}
56+
}
57+
5158
stage('Publish CurseForge') {
5259
steps {
5360
sh "./gradlew :Fabric:publishCurseforge"

0 commit comments

Comments
 (0)