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

Fix changelog #73

Merged
merged 3 commits into from
Sep 1, 2017
Merged

Fix changelog #73

merged 3 commits into from
Sep 1, 2017

Conversation

alexjfisher
Copy link
Member

Fixes #69

For github-changelog-generator to automatically detect the `--since-tag`
release headers need to be consistent with the format the tool uses.
ie.
```
 ## $TAG ($DATE)
```

I've removed 1.3.0 and 1.4.0 as I think the autogenerated entries for
these versions is probably better than what was manually written.
@@ -1,6 +1,6 @@
{
"name": "puppet-logrotate",
"version": "2.0.1-rc0",
"version": "3.0.0-rc0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Next version will be a new major release because of the breaking change.

@@ -37,7 +37,8 @@ begin
version = (Blacksmith::Modulefile.new).version
config.future_release = "v#{version}"
config.header = "# Change log\n\nAll notable changes to this project will be documented in this file.\nEach new release typically also includes the latest modulesync defaults.\nThese should not impact the functionality of the module."
config.exclude_labels = %w{duplicate question invalid wontfix modulesync}
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This module needs a full modulesync really, but this was enough for me.

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.

2 participants