We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ca40c commit 70251dfCopy full SHA for 70251df
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
@@ -773,6 +773,9 @@
773
<goals>
774
<goal>extract</goal>
775
</goals>
776
+ <configuration>
777
+ <outputFile>${project.build.directory}/CHANGELOG.md</outputFile>
778
+ </configuration>
779
</execution>
780
</executions>
781
</plugin>
0 commit comments