diff --git a/scripts/version-number.sh b/scripts/version-number.sh index 9327ab2..730b9c2 100644 --- a/scripts/version-number.sh +++ b/scripts/version-number.sh @@ -15,7 +15,7 @@ branches: release: regex: release?[/] mode: ContinuousDeployment - increment: Patch + increment: Minor tag: '' is-release-branch: true prevent-increment-of-merged-branch-version: true diff --git a/templates/build-container.tpl.yml b/templates/build-container.tpl.yml index 4b5de2d..2dc6030 100644 --- a/templates/build-container.tpl.yml +++ b/templates/build-container.tpl.yml @@ -4,7 +4,7 @@ stages: version: image: gittools/gitversion:5.12.0 - stage: versioning + stage: variables: GIT_DEPTH: "0" script: @@ -31,7 +31,9 @@ build-container: artifacts: true only: - main - +tags: + - docker + HelmChart: image: registry.durp.info/dtzar/helm-kubectl stage: build