From 6f60fda8245d09710c09c3915ce4324b1e4f5193 Mon Sep 17 00:00:00 2001 From: Wolfram Gulde Date: Tue, 17 Aug 2021 16:32:15 +0200 Subject: [PATCH 1/3] feat(include): replace remote include with local --- pipelines/update-version-pipeline.gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pipelines/update-version-pipeline.gitlab-ci.yml b/pipelines/update-version-pipeline.gitlab-ci.yml index 9466f32..873a694 100644 --- a/pipelines/update-version-pipeline.gitlab-ci.yml +++ b/pipelines/update-version-pipeline.gitlab-ci.yml @@ -3,11 +3,8 @@ stages: - push-tag-and-version include: - - project: 'gilden/ci/gitlab-ci-templates' - ref: 'master' - file: - - 'set-version-template.gitlab-ci.yml' - - 'push-tag-and-version-template.gitlab-ci.yml' + - local: 'set-version-template.gitlab-ci.yml' + - local: 'push-tag-and-version-template.gitlab-ci.yml' variables: BUMP_VERSION: "major" From b49c1d7b81917abeb7d1057ab26c217c39e9e4c7 Mon Sep 17 00:00:00 2001 From: Wolfram Gulde Date: Thu, 19 Aug 2021 10:23:49 +0200 Subject: [PATCH 2/3] feat(Versioning): use next_version as default in templates --- set-version-template.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set-version-template.gitlab-ci.yml b/set-version-template.gitlab-ci.yml index 00056ae..973dc18 100644 --- a/set-version-template.gitlab-ci.yml +++ b/set-version-template.gitlab-ci.yml @@ -7,7 +7,7 @@ OUTPUT: version SIMPLIFY: "false" TAG: "false" - MODE: "bump" + MODE: "next_version" script: - increase-version artifacts: From c61925053e9f0bb67fa3dc62746428c11c09a5c8 Mon Sep 17 00:00:00 2001 From: Wolfram Gulde Date: Fri, 20 Aug 2021 16:00:02 +0200 Subject: [PATCH 3/3] feat(Versioning): update to new tool versions --- push-tag-and-version-template.gitlab-ci.yml | 2 +- set-version-template.gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/push-tag-and-version-template.gitlab-ci.yml b/push-tag-and-version-template.gitlab-ci.yml index 0aa90f1..7a80dda 100644 --- a/push-tag-and-version-template.gitlab-ci.yml +++ b/push-tag-and-version-template.gitlab-ci.yml @@ -1,6 +1,6 @@ .push-tag-and-version: stage: push-tag-and-version - image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.2.0 + image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.3.0 variables: ARTIFACT: "version" MVN_VERSION: "false" diff --git a/set-version-template.gitlab-ci.yml b/set-version-template.gitlab-ci.yml index 973dc18..c14cc36 100644 --- a/set-version-template.gitlab-ci.yml +++ b/set-version-template.gitlab-ci.yml @@ -1,6 +1,6 @@ .set-version: stage: set-version - image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-increase-version-tool:3.0.0 + image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-increase-version-tool:3.1.0 variables: BUMP_VERSION: "major" PREFIX: ""