diff options
author | Tom Duffield <tom@chef.io> | 2016-11-07 13:58:08 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2016-11-09 12:59:09 -0600 |
commit | 439b74cb6e333167fac2a00b43b49d4cf15b9d1d (patch) | |
tree | f704140aa9db914f7f252bb904b493d6a1589725 /README.md | |
parent | f84b6352a347b823b82d2c5f8e3e3905d6948221 (diff) | |
download | chef-439b74cb6e333167fac2a00b43b49d4cf15b9d1d.tar.gz |
Update the changelog when the version is bumped by CI
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -157,7 +157,8 @@ Whenever a change is checked in to `master`, the patch version of `chef` is bump 1. Bumps the patch version in `lib/chef/version.rb` (e.g. 0.9.14 -> 0.9.15). 2. Runs `rake bundle:install` to update the `Gemfile.lock` to include the new version. -3. Pushes to `master` and submits a new build to Chef's Jenkins cluster. +3. Runs `rake changelog:update` to update the `CHANGELOG.md`. +4. Pushes to `master` and submits a new build to Chef's Jenkins cluster. ## Bumping the minor version of Chef |