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

Add template to config, change to mustache logic-less templates #4

Merged
merged 2 commits into from Dec 2, 2017

Conversation

uyushkevich-zz
Copy link
Contributor

version: 0.8.2
tag: Added

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 98.969% when pulling 1882b22 on VovaYushkevich:master into ec2f8f5 on bzumhagen:master.

@@ -14,7 +14,7 @@ object ChangelogConfiguration {
referencePattern = config.getString("sct.patterns.reference").r,
tags = config.getStringList("sct.tags").asScala.toSet,
smartGrouping = config.getBoolean("sct.smartGrouping"),
showReference = config.getBoolean("sct.showReference")
Copy link
Owner

Choose a reason for hiding this comment

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

I think we should maintain showreference option, for example if exposing to customers they aren't going to care about the ticket reference to our internal system which they don't have access to.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good point, I'll bring it back

build.sbt Outdated
@@ -2,7 +2,7 @@ name := "sct"

organization := "com.github.bzumhagen"

version := "0.8.1"
version := "0.8.2"
Copy link
Owner

Choose a reason for hiding this comment

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

I think it's a big enough change to increment minor version to 0.9.0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure, agree

Copy link
Owner

@bzumhagen bzumhagen left a comment

Choose a reason for hiding this comment

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

  • Increment to 0.9.0
  • Keep option to display or hide the references

Copy link
Owner

@bzumhagen bzumhagen left a comment

Choose a reason for hiding this comment

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

Looks good, just fix the failing test

@uyushkevich-zz
Copy link
Contributor Author

well, had bad experience with amend commit, hope it's better this time

version: 0.9.0
tag: Added
@coveralls
Copy link

Coverage Status

Coverage increased (+1.04%) to 100.0% when pulling de1b026 on VovaYushkevich:master into ec2f8f5 on bzumhagen:master.

@bzumhagen bzumhagen merged commit cc6ce4e into bzumhagen:master Dec 2, 2017
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.

None yet

3 participants