Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Nov 15, 2023
1 parent c93d1c9 commit 6e6c704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-assets-.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
game_endpoint: minecraft
token: ${{ secrets.CURSEFORGE_TOKEN }}
display_name: FastAsyncVoxelSniper ${{ github.event.release.tag_name }}
release_type: stable
release_type: release
changelog: "Click here to view changelog: https://github.com/IntellectualSites/fastasyncvoxelsniper/releases/tag/${{ github.event.release.tag_name }}"
changelog_type: markdown
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ configurations.all {
}

group = "com.intellectualsites.fastasyncvoxelsniper"
version = "3.0.0-SNAPSHOT-3"
version = "3.0.0"

bukkit {
name = "FastAsyncVoxelSniper"
Expand Down Expand Up @@ -130,7 +130,6 @@ javaComponent.withVariantsFromConfiguration(configurations["shadowRuntimeElement
skip()
}

/*
signing {
if (!version.toString().endsWith("-SNAPSHOT")) {
val signingKey: String? by project
Expand All @@ -140,7 +139,6 @@ signing {
sign(publishing.publications)
}
}
*/

publishing {
publications {
Expand Down Expand Up @@ -210,7 +208,7 @@ modrinth {
projectId.set("fastasyncvoxelsniper")
versionName.set("${project.version}")
versionNumber.set("${project.version}")
versionType.set("stable")
versionType.set("release")
uploadFile.set(file("build/libs/${rootProject.name}-${project.version}.jar"))
gameVersions.addAll(supportedVersions)
loaders.addAll(listOf("paper", "purpur", "spigot"))
Expand Down

0 comments on commit 6e6c704

Please sign in to comment.