File tree Expand file tree Collapse file tree 1 file changed +8
-19
lines changed
Expand file tree Collapse file tree 1 file changed +8
-19
lines changed Original file line number Diff line number Diff line change 3434# MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
3535# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
3636
37- - name : Publish package
38- run : mvn --batch-mode clean package --no-transfer-progress -DskipTests=true
37+ - name : Generate changelog
38+ id : changelog
39+ uses : metcalfc/changelog-generator@v0.4.4
40+ with :
41+ myToken : ${{ secrets.GITHUB_TOKEN }}
3942
4043 - name : Create GitHub Release
4144 id : create_release
5659 <version>${{ github.event.inputs.releaseversion }}</version>
5760 </dependency>
5861 </dependencies>
59-
60- <build>
61- <plugins>
62- <plugin>
63- <groupId>de.codecentric</groupId>
64- <artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
65- <version>2.3.0.RELEASE</version>
66- <executions>
67- <execution>
68- <goals>
69- <goal>generate</goal>
70- </goals>
71- </execution>
72- </executions>
73- </plugin>
74- </plugins>
75- </build>
7662 ```
63+
64+ ### Things that changed in this release
65+ "${{ steps.changelog.outputs.changelog }}"
7766 draft : false
7867 prerelease : false
You can’t perform that action at this time.
0 commit comments