mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-27 10:05:35 -05:00
Remove build number from github
This commit is contained in:
parent
7bdf7b1890
commit
44a0cbed56
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 repository = github.getRepository(ENV.GITHUB_REPOSITORY)
|
||||||
|
|
||||||
def releaseBuilder = new GHReleaseBuilder(repository, version as String)
|
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.body("A changelog can be found at https://github.com/FabricMC/fabric/commits")
|
||||||
releaseBuilder.commitish(getBranch())
|
releaseBuilder.commitish(getBranch())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue