From e8cb895169ab818984a0084d6e100397cd2cf02d Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 9 Jul 2021 20:28:21 +0200 Subject: [PATCH] Version 0.1.0 --- package.json | 2 +- project.clj | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b80f25c..5965e1e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-jira", "description": "Generate c4k yaml for a jira deployment.", "author": "meissa GmbH", - "version": "0.1.0-SNAPSHOT", + "version": "0.1.0", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme", "repository": "https://www.npmjs.com/package/c4k-jira", "license": "APACHE2", diff --git a/project.clj b/project.clj index f7b22a4..fbaeea5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-jira "0.1.0-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-jira "0.1.0" :description "jira c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" @@ -25,7 +25,8 @@ [ch.qos.logback/logback-classic "1.3.0-alpha4" :exclusions [com.sun.mail/javax.mail]] [org.slf4j/jcl-over-slf4j "2.0.0-alpha1"]]}} - :release-tasks [["vcs" "assert-committed"] + :release-tasks [["test"] + ["vcs" "assert-committed"] ["change" "version" "leiningen.release/bump-version" "release"] ["vcs" "commit"] ["vcs" "tag"]