From 98bbd6b3d24e5a290c83ca83aee6730e2945bc95 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Thu, 13 Sep 2018 09:51:16 -0700 Subject: [PATCH] Add bump-version-major job to ci pipeline So we can update headless, vscode and atom version numbers to 1.0.0 at the click of a button. --- concourse/pipeline.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index e5020f992..9815d5e6e 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -931,6 +931,23 @@ jobs: - put: version params: file: version/version +- name: bump-version-major + serial: true + plan: + - aggregate: + - get: sts4 + - get: version + params: + bump: major + - task: bump-versions + file: sts4/concourse/tasks/bump-versions.yml + - put: sts4 + params: + repository: out + rebase: true + - put: version + params: + file: version/version # - name: build-atom-snapshot-website # serial: true # plan: @@ -1168,6 +1185,7 @@ groups: jobs: - bump-version-patch - bump-version-minor + - bump-version-major - name: atom-snapshots jobs: # - build-atom-snapshot-website