From c1150481f569d19220a894a6ef6493adbb638179 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Tue, 12 May 2020 21:46:13 +0900 Subject: [PATCH] Update changelog Signed-off-by: Hiroshi Miura --- CHANGELOG.md | 3 +-- build.gradle | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32efcb3..debaa7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. -Version numbers are baaed on semantic versioning. ## [Unreleased] -## [0.9.0-rc] - 2020-05-12 +## [0.9.0] - 2020-05-12 ### Added - Github Actions: Automate making release and upload artifacts. diff --git a/build.gradle b/build.gradle index ed2f2fa..eb9c622 100644 --- a/build.gradle +++ b/build.gradle @@ -9,6 +9,10 @@ plugins { id 'de.ploing.scmversion' version '0.6.6' } +scmversion { + releaseTagPattern = "v([0-9.]*)" +} + // common settings subprojects { apply plugin: 'java' -- 2.11.0