Merge remote-tracking branch 'origin/main' into 1.18
This commit is contained in:
commit
9e7f5b50aa
|
|
@ -5,7 +5,6 @@ plugins {
|
||||||
id 'com.palantir.git-version' version '1.0.0'
|
id 'com.palantir.git-version' version '1.0.0'
|
||||||
id 'se.bjurr.gitchangelog.git-changelog-gradle-plugin' version '1.79.0'
|
id 'se.bjurr.gitchangelog.git-changelog-gradle-plugin' version '1.79.0'
|
||||||
id "com.modrinth.minotaur" version "2.+"
|
id "com.modrinth.minotaur" version "2.+"
|
||||||
id "com.javiersc.semver" version "0.5.0-alpha.2"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
|
||||||
11
release.sh
11
release.sh
|
|
@ -1,8 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
scope="$1"
|
echo -n "Currently on: "
|
||||||
if [ -z "$scope" ]; then
|
git describe
|
||||||
echo Scope not provided
|
echo -n "New version: "
|
||||||
exit 1
|
read newtag
|
||||||
fi
|
git tag -a $newtag -m "$newtag"
|
||||||
./gradlew pushSemverTag -Psemver.scope=$scope
|
|
||||||
./gradlew publishToModSites
|
./gradlew publishToModSites
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user