Sha256: c08f273f34717c636712deab7dcc76eecc22dccf0b4f798babe6430d6a6cc865

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 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/VERSION = \".+\"/VERSION = \"$(cat VERSION)\"/" lib/omniauth-chef-oauth2/version.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

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-chef-oauth2-1.1.0 .expeditor/update_version.sh