pivotal-cf / toolsmiths-shared-scripts

Apache License 2.0
20 stars 21 forks source link

Creating a new shared-scripts version:

git tag v1.0.12 11866e5a5e68ab4f292d0d99f2c183d086dd2a4a
git push
git push --tags
update pcf_versions
set script_version = 'v1.0.12'
where script_version = 'v1.0.11'

AND

update pks_versions
set script_version = 'v1.0.12'
where script_version = 'v1.0.11'