OSDN Git Service

Update changelog
authorHiroshi Miura <miurahr@linux.com>
Tue, 12 May 2020 12:46:13 +0000 (21:46 +0900)
committerHiroshi Miura <miurahr@linux.com>
Tue, 12 May 2020 12:51:59 +0000 (21:51 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
CHANGELOG.md
build.gradle

index 32efcb3..debaa7d 100644 (file)
@@ -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.
index ed2f2fa..eb9c622 100644 (file)
@@ -9,6 +9,10 @@ plugins {
     id 'de.ploing.scmversion' version '0.6.6'
 }
 
+scmversion {
+  releaseTagPattern = "v([0-9.]*)"
+}
+
 // common settings
 subprojects {
     apply plugin: 'java'