We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11650a6 commit 129c54aCopy full SHA for 129c54a
2 files changed
.github/workflows/heylogs.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: s4u/setup-maven-action@v1.18.0
15
16
- name: Scan changelog
17
- run: mvn -U com.github.nbbrd.heylogs:heylogs-maven-plugin::scan -Dheylogs.output.file=scan.json -Dheylogs.format.id=json
+ run: mvn -U com.github.nbbrd.heylogs:heylogs-maven-plugin::scan -Dheylogs.outputFile=scan.json
18
19
- name: Create badges endpoint json
20
run: |
pom.xml
@@ -705,6 +705,9 @@
705
<goals>
706
<goal>extract</goal>
707
</goals>
708
+ <configuration>
709
+ <outputFile>${project.build.directory}/CHANGELOG.md</outputFile>
710
+ </configuration>
711
</execution>
712
</executions>
713
</plugin>
0 commit comments