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

Need a way to support multiple tickets addressed with same commit #19

Open
masukomi opened this issue Aug 25, 2016 · 0 comments
Open

Need a way to support multiple tickets addressed with same commit #19

masukomi opened this issue Aug 25, 2016 · 0 comments

Comments

@masukomi
Copy link
Owner

In general this is a symptom of a the bad behavior of not breaking your changes up into multiple commits BUT sometimes a single commit really fixes multiple issues.

How do we indicate that.

Proposal

Ticket ID (Optional): becomes Ticket IDs (Optional, comma separated) and we change ChangelogEntry to make @ticket : String? become @tickets : Array(String)

This would be a breaking change so a migration script would have to be provided.

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

No branches or pull requests

1 participant