Sha256: e12e492c384de909cbdfcb51c1a5af4f07cbbf05516bef6bc2938b5a1e4c7d60

Contents?: true

Size: 450 Bytes

Versions: 8

Compression:

Stored size: 450 Bytes

Contents

#!/bin/bash
#
# After a PR merge, Chef Expeditor will bump the PATCH version in the VERSION file.
# It then executes this file to update any other files/components with that new version.
#

set -evx

sed -i -r "s/^(\s*)VERSION = \".+\"/\1VERSION = \"$(cat VERSION)\"/" lib/lvm/attributes.rb

# Once Expeditor finshes executing this script, it will commit the changes and push
# the commit as a new tag corresponding to the value in the VERSION file.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
chef-ruby-lvm-attrib-0.3.9 .expeditor/update_version.sh
chef-ruby-lvm-attrib-0.3.7 .expeditor/update_version.sh
chef-ruby-lvm-attrib-0.3.6 .expeditor/update_version.sh
chef-ruby-lvm-attrib-0.3.5 .expeditor/update_version.sh
chef-ruby-lvm-attrib-0.3.3 .expeditor/update_version.sh
chef-ruby-lvm-attrib-0.3.2 .expeditor/update_version.sh
chef-ruby-lvm-attrib-0.3.1 .expeditor/update_version.sh
chef-ruby-lvm-attrib-0.3.0 .expeditor/update_version.sh