runelite-client: add github release plugin configuration
This commit is contained in:
@@ -262,6 +262,17 @@
|
||||
<keypass>${jarsigner.keypass}</keypass>
|
||||
</configuration>
|
||||
</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>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user