Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added plugin to update CHANGELOG.md on bump #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

allanlang
Copy link

Our team would like to ensure the CHANGELOG.md is kept in sync with version bumps applied to metadata.rb, and since we often (for various reasons) need to bump a version with no other meaningful changes, I wrote this simple plugin to do just that. We can use it through the custom plugin mechanism but thought I would submit it for general consideration.

@jonlives jonlives added this to the Next Release milestone Aug 18, 2015
@jonlives
Copy link
Owner

Thanks for this! Added to next release milestone.

@allanlang
Copy link
Author

You're very welcome, thanks for creating a neat tool!

@chazzly
Copy link
Contributor

chazzly commented Aug 19, 2015

This was the original intent behind #174. I went the extra step of trying to pass the comment on as a commit message and ran into problems passing the options from the bump plug-in to the git plug-in.

@lizgene
Copy link

lizgene commented Feb 13, 2018

@allanlang or @jonlives, I have a pretty simple question for you. I was just looking through issues about plugins and found this one. I'm wondering if one of you can point me to an example or documentation on how to include a custom plugin? I created one in my chef directory under /plugins/chef/spork/my_custom_plugin.rb and followed the format described in the plugin README (I have require 'knife-spork/plugins/plugin and define my module/class in the same structure as the official plugins)

Still, running a knife spork info doesn't show my custom plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants