We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccb87e commit cfc48c5Copy full SHA for cfc48c5
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
allprojects {
6
group = "net.pistonmaster"
7
- version = "3.0.0-SNAPSHOT"
+ version = "3.0.0"
8
description = "Best queue plugin out there!"
9
}
10
changelog.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+git pull origin --tags
+git log --pretty=format:"%h %s" --no-merges $(git describe --tags --abbrev=0)..HEAD
0 commit comments