Skip to content

Commit

Permalink
update semver plugin and use lightweight tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Nov 3, 2020
1 parent 31634bd commit 819d385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {

plugins {
id("org.jetbrains.kotlin.jvm") version "1.4.10"
id("io.wusa.semver-git-plugin") version "2.0.2"
id("io.wusa.semver-git-plugin") version "2.3.1"
}

repositories {
Expand All @@ -51,6 +51,7 @@ semver {
//nextVersion = "patch"
snapshotSuffix = "pre"
initialVersion = "0.1.0"
tagType = io.wusa.TagType.LIGHTWEIGHT
branches {
branch {
regex = "master"
Expand Down

0 comments on commit 819d385

Please sign in to comment.