From ea890cf4b833ed688de07c57226ea95bdd943322 Mon Sep 17 00:00:00 2001 From: 9cibot <9cibot@9ci.com> Date: Fri, 2 Jun 2023 23:47:48 +0000 Subject: [PATCH] v2.0.16 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 549f3ea..57ca4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### v2.0.16 + +[Full Changelog](https://github.com/yakworks/shipkit/compare/v2.0.15...v2.0.16) +- mode to allow PAGES_GITHUB_BRANCH for docmark pages.deploy-k8 [link](https://github.com/yakworks/shipkit/commit/9d39c796d865a0839311272f0657379e378260c1) + ### v2.0.15 [Full Changelog](https://github.com/yakworks/shipkit/compare/v2.0.14...v2.0.15) diff --git a/version.properties b/version.properties index 6f03cc6..645d429 100644 --- a/version.properties +++ b/version.properties @@ -1,11 +1,11 @@ # the version in development that will be released, gets -SNAPSHOT added when snapshot=true, see below -version=2.0.16 +version=2.0.17 # 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 to false if new project and first release -publishedVersion=2.0.15 +publishedVersion=2.0.16 # when this is false will append -SNAPSHOT to version and if on publishable branch will 'publish' to snapshotUrl # when true IS_RELEASEBALE will be set and will go through full release process cycle to # automatically bump version and push a v tag to github -release=true +release=false