diff options
author | Tim Smith <tsmith@chef.io> | 2019-03-31 16:37:02 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-03-31 16:37:02 -0700 |
commit | 1767cecab210119d75893d065db84e4b1e6e0195 (patch) | |
tree | 55da57ef7b80d8f2787227ef28a65c55415c370b /.expeditor/update_version.sh | |
parent | 4339111816c7d728d791fa017fe6269405b41353 (diff) | |
download | chef-1767cecab210119d75893d065db84e4b1e6e0195.tar.gz |
Add release notes placeholders
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/update_version.sh')
-rwxr-xr-x | .expeditor/update_version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh index 18c4a75747..e058d06f06 100755 --- a/.expeditor/update_version.sh +++ b/.expeditor/update_version.sh @@ -17,5 +17,5 @@ sed -i -r "s/VersionString\.new\(\".+\"\)/VersionString.new(\"$(cat VERSION)\")/ # Update the version inside Gemfile.lock bundle update chef chef-config --jobs=7 --conservative -# Once Expeditor finshes executing this script, it will commit the changes and push +# Once Expeditor finishes executing this script, it will commit the changes and push # the commit as a new tag corresponding to the value in the VERSION file. |