From 3794aa593284c23ef04497bded58d5b4837a6234 Mon Sep 17 00:00:00 2001 From: 9cibot <9cibot@9ci.com> Date: Wed, 22 Jun 2022 17:19:55 +0000 Subject: [PATCH] v1.0.49 changelog, version bump [ci skip] --- CHANGELOG.md | 5 +++++ version.properties | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 827b74a..27b4ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### v1.0.49 + +[Full Changelog](https://github.com/yakworks/shipkit/compare/v1.0.48...v1.0.49) +- change from VERSION_POSTFIX to VERSION_SUFFIX [link](https://github.com/yakworks/shipkit/commit/c03b977f29869f7e5433a295724224916cb61aef) + ### v1.0.48 [Full Changelog](https://github.com/yakworks/shipkit/compare/v1.0.47...v1.0.48) diff --git a/version.properties b/version.properties index 40af6f6..c21185c 100644 --- a/version.properties +++ b/version.properties @@ -1,13 +1,13 @@ # !TODO NOT VERSIONED YET # the version in development that will be released, gets -SNAPSHOT added when snapshot=true, see below -version=1.0.49 +version=1.0.50 # publishedVersion is the last production version that was released, # should have a matching vX.Y.Z tag in github, used for changelog and diffs during release # set this to false if this is first relase or no previous tag -publishedVersion=1.0.48 +publishedVersion=1.0.49 # when this is true will append -SNAPSHOT to version and 'publish' to snapshotUrl # when false production publish to repoUrl and ... # go through release process to automatically bump version and push a v tag to github -snapshot=false +snapshot=true