Trying to fix some issues in the release bumping logics
This commit is contained in:
@@ -361,6 +361,8 @@ jobs:
|
||||
- aggregate:
|
||||
- get: sts4
|
||||
- get: version
|
||||
params:
|
||||
bump: patch
|
||||
trigger: true
|
||||
passed:
|
||||
- publish-release
|
||||
@@ -370,6 +372,9 @@ jobs:
|
||||
params:
|
||||
repository: out
|
||||
rebase: true
|
||||
- put: version
|
||||
params:
|
||||
file: version/version
|
||||
- name: build-snapshot-website
|
||||
serial: true
|
||||
plan:
|
||||
@@ -395,4 +400,11 @@ jobs:
|
||||
file: sts4/concourse/tasks/build-website.yml
|
||||
- put: snapshot-website
|
||||
params:
|
||||
path: website
|
||||
path: website
|
||||
- name: bump-patch-version
|
||||
serial: true
|
||||
plan:
|
||||
- get: version
|
||||
- put: version
|
||||
params:
|
||||
bump: patch
|
||||
|
||||
@@ -7,7 +7,7 @@ sources=$workdir/sts4/vscode-extensions
|
||||
version=`cat version/version`
|
||||
echo "version=$version"
|
||||
|
||||
for extension_id in vscode-manifest-yaml vscode-concourse commons-vscode
|
||||
for extension_id in vscode-manifest-yaml vscode-concourse
|
||||
do
|
||||
cd $sources/$extension_id
|
||||
echo "Should update version of $extension_id to $version"
|
||||
|
||||
Reference in New Issue
Block a user