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 options to add changelog from a specific commit and some report format additions #50

Merged
merged 4 commits into from
Jun 18, 2018

Conversation

VictorDM
Copy link
Contributor

@VictorDM VictorDM commented Mar 15, 2018

Added includeCommitsAfterCommit option.
Added showCommiter option to hide info about the commiter.
Added markdownChangeLogAppend to append info in markdown file.

Victor Diaz added 3 commits March 15, 2018 14:16
    Added showCommiter option to hide info about the commiter.
    Added markdownChangeLogAppend to append info in markdown file.
@@ -64,7 +64,7 @@
* If true, then an Asciidoc changelog will be generated.
*/
@Parameter(defaultValue = "false")
private boolean generatAsciidocChangeLog;
private boolean generateAsciidocChangeLog;
Copy link
Owner

Choose a reason for hiding this comment

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

This is a breaking change... so the misspelled property needs to remain there, but should be marked as deprecated, and should be used if it is true. Or you could revert this change.

…sciidocReleaseNotes properties and added correct ones.
@VictorDM
Copy link
Contributor Author

Fixed breaking change. Added correct properties and marked the misspelled ones as deprecated.

@danielflower danielflower merged commit 37784d6 into danielflower:master Jun 18, 2018
@danielflower
Copy link
Owner

Thanks. Released in 1.13.12

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