Skip to content

Commit

Permalink
docs: Early-access release generates full changelog from last stable …
Browse files Browse the repository at this point in the history
…version (#521)
  • Loading branch information
AlmasB authored Apr 5, 2023
1 parent 7099300 commit 468b24a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<plugin>
<groupId>org.jreleaser</groupId>
<artifactId>jreleaser-maven-plugin</artifactId>
<version>1.0.0-M1</version>
<version>1.5.1</version>
<inherited>false</inherited>
<configuration>
<jreleaser>
Expand All @@ -196,6 +196,9 @@
<description>Scene Builder is a visual layout tool for designing JavaFX application GUIs</description>
<longDescription>${project.description}</longDescription>
<tags>javafx,gui,tool</tags>
<snapshot>
<fullChangelog>true</fullChangelog>
</snapshot>
</project>
<checksum>
<files>false</files>
Expand Down

0 comments on commit 468b24a

Please # to comment.