chef / omnibus-ctl

Provides service control for omnibus packages
Apache License 2.0
23 stars 24 forks source link

Enable expeditor for gem management #64

Closed scotthain closed 6 years ago

scotthain commented 6 years ago

Signed-off-by: Scott Hain shain@chef.io

scotthain commented 6 years ago

@chef/chef-server-maintainers

tduffield commented 6 years ago

You either need to skip the version bump, or manually bump the patch version. If you manually touch the VERSION file, Expeditor assumes that's the version you want. If you merge, the git commit will fail because the tag already exists.

scotthain commented 6 years ago

Ah thanks @tduffield - I'll fix that