Reference Tasks/Tickets in CHANGELOG #522
Replies: 2 comments
-
I connect changes to the issue tracking system by starting the commit message with the issue key and number. This allows the linkage of changes to tickets as well (at least in jira in combination with bitbucket). If you do want to make it explicit in you change log as well, i would recommend the second option:
|
Beta Was this translation helpful? Give feedback.
-
As with GitHub Pull Request references, anything that offers further details on the change or a group of changes is fine to link from the changelog as long as it provides better context for the folks reading the changelog. If it's only there only to reference internal bug tracker links that are either behind the scenes or contain irrelevant information to end-users, I would question the need for systematic inclusions. To give you an example, I link to PRs when new translations are added to Keep a Changelog (in an |
Beta Was this translation helpful? Give feedback.
-
I was wondering if, inside the CHANGELOG.md, it is a good practice to reference for each change or for each group of changes to the relative task or ticket or to the epic story. For example with a ticketing application like Atlassian Jira is it a good think referencing the task link (maybe even with markdown badges)?
An example would be like this:
1.0.0 - 2020-05-22
A new feature
Or if you group first by action type:
1.0.0 - 2020-05-22
Added
A new feature
Fix
Another group
Beta Was this translation helpful? Give feedback.
All reactions