From cfc48c51fde0663e546ed9cd7ce1364fa153e87e Mon Sep 17 00:00:00 2001 From: AlexProgrammerDE <40795980+AlexProgrammerDE@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:11:46 +0200 Subject: [PATCH] This commit marks release 3.0.0 --- build.gradle.kts | 2 +- changelog.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelog.sh diff --git a/build.gradle.kts b/build.gradle.kts index 760b6e4..c5f14c0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "net.pistonmaster" - version = "3.0.0-SNAPSHOT" + version = "3.0.0" description = "Best queue plugin out there!" } diff --git a/changelog.sh b/changelog.sh new file mode 100644 index 0000000..be5ee95 --- /dev/null +++ b/changelog.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git pull origin --tags +git log --pretty=format:"%h %s" --no-merges $(git describe --tags --abbrev=0)..HEAD