mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-30 05:05:19 -05:00
Publish Architectury 7
This commit is contained in:
1
.github/workflows/1.19_pr.yml
vendored
1
.github/workflows/1.19_pr.yml
vendored
@@ -9,6 +9,7 @@ on:
|
||||
branches:
|
||||
- "1.19"
|
||||
- "1.19.2"
|
||||
- "1.19.3"
|
||||
types: [ opened, synchronize, reopened ]
|
||||
jobs:
|
||||
validate-gradle:
|
||||
|
||||
1
.github/workflows/1.19_push.yml
vendored
1
.github/workflows/1.19_push.yml
vendored
@@ -9,6 +9,7 @@ on:
|
||||
branches:
|
||||
- "1.19"
|
||||
- "1.19.2"
|
||||
- "1.19.3"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
norelease:
|
||||
|
||||
@@ -113,7 +113,7 @@ unifiedPublishing {
|
||||
displayName = "[Fabric $rootProject.supported_version] v$project.version"
|
||||
releaseType = "$rootProject.artifact_type"
|
||||
changelog = releaseChangelog()
|
||||
gameVersions = ["1.19.1", "1.19.2"]
|
||||
gameVersions = ["1.19.3"]
|
||||
gameLoaders = ["fabric", "quilt"]
|
||||
mainPublication renameJarForPublication
|
||||
relations {
|
||||
@@ -138,6 +138,7 @@ unifiedPublishing {
|
||||
token = MODRINTH_TOKEN
|
||||
id = rootProject.modrinth_id
|
||||
version = "$project.version+$project.name"
|
||||
gameVersions.addAll project.minecraft_version.toString()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -126,7 +126,7 @@ unifiedPublishing {
|
||||
displayName = "[Forge $rootProject.supported_version] v$project.version"
|
||||
releaseType = "$rootProject.artifact_type"
|
||||
changelog = releaseChangelog()
|
||||
gameVersions = ["1.19.1", "1.19.2"]
|
||||
gameVersions = ["1.19.3"]
|
||||
gameLoaders = ["forge"]
|
||||
mainPublication renameJarForPublication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user