mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Remove build number from github
This commit is contained in:
parent
fe194a410c
commit
a927119a3e
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ task github(dependsOn: remapMavenJar) {
|
|||
def repository = github.getRepository(ENV.GITHUB_REPOSITORY)
|
||||
|
||||
def releaseBuilder = new GHReleaseBuilder(repository, version as String)
|
||||
releaseBuilder.name("[$Globals.mcVersion] Fabric API $Globals.baseVersion build $ENV.BUILD_NUMBER")
|
||||
releaseBuilder.name("[$Globals.mcVersion] Fabric API $Globals.baseVersion")
|
||||
releaseBuilder.body("A changelog can be found at https://github.com/FabricMC/fabric/commits")
|
||||
releaseBuilder.commitish(getBranch())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue