runelite-client: add github release plugin configuration
This commit is contained in:
@@ -262,6 +262,17 @@
|
|||||||
<keypass>${jarsigner.keypass}</keypass>
|
<keypass>${jarsigner.keypass}</keypass>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>de.jutzig</groupId>
|
||||||
|
<artifactId>github-release-plugin</artifactId>
|
||||||
|
<version>1.1.1</version>
|
||||||
|
<configuration>
|
||||||
|
<releaseName>${project.version} Release</releaseName>
|
||||||
|
<tag>runelite-parent-${project.version}</tag>
|
||||||
|
<repositoryId>runelite/runelite</repositoryId>
|
||||||
|
<artifact>${project.build.directory}/${project.artifactId}-${project.version}-shaded.${project.packaging}</artifact>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user