You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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):
becomesTicket IDs (Optional, comma separated)
and we changeChangelogEntry
to make@ticket : String?
become@tickets : Array(String)
This would be a breaking change so a migration script would have to be provided.
The text was updated successfully, but these errors were encountered: