Replies: 1 comment
-
|
Hello, converted into a Q&A discussion :)
Take a look at the Not tested: [git]
commit_preprocessors = [
{ pattern = 'Relates:\s*([0-9]+)', replace = "Relates: <your_url>/issues/${1}" },
] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Description of the bug
Thank you for adding Bitbucket 😍
You mentioned that there might be the chance of adding the tickets from Conventional commit messages to the templating
Originally posted by @orhun in #566
We have a commit message like
And I want to add the link to the ticket to the changelog. The Issue prefix is chosen by the team and would need to be configured in to be parsed.
Steps To Reproduce
Parsing the commit messages
Expected behavior
Parse the ticket numbers from the commit message footer to be able to use / link them in the changelog
Screenshots / Logs
No response
Software information
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions