Add 'bump-version-patch' job to pipeline

Allows bumping patch version without releasing.
This commit is contained in:
Kris De Volder
2017-11-27 11:16:18 -08:00
parent 72c4e17c67
commit 5857d2aff0

View File

@@ -676,6 +676,22 @@ jobs:
- put: version
params:
file: version/version
- name: bump-version-patch
serial: true
plan:
- aggregate:
- get: sts4
- get: version
params:
bump: patch
- aggregate:
- put: version
params:
file: version/version
- put: sts4
params:
repository: out
rebase: true
- name: post-release
serial: true
plan:
@@ -969,6 +985,9 @@ groups:
- trigger-rc-build
- publish-release
- post-release
- build-manifest-yaml-vsix-snapshot
- build-consourse-vsix-snapshot
- build-bosh-vsix-snapshot
- name: vscode-snapshot
jobs:
- build-vscode-snapshot-website