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
Hi all, I am trying to get a release notes generation using sv4git, but I struggle with making issue numbers actual clickable links to the GH issue.
Based on the code, it seems like if there is issue number matching the regex in config e.g. (#[0-9]+) in the commit message, I am not able to extract the Issue ID into Metadata.Issue, hence not able to format it. And it only persists in Description as pure string.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, I am trying to get a release notes generation using sv4git, but I struggle with making issue numbers actual clickable links to the GH issue.
Based on the code, it seems like if there is issue number matching the regex in config e.g.
(#[0-9]+)
in the commit message, I am not able to extract the Issue ID into Metadata.Issue, hence not able to format it. And it only persists inDescription
as pure string.THis is the project I'd like to generate release notes for https://github.com/waku-org/nwaku
Any thoughts on how to make sv4git extract the ids from the commit message and turn them into links? Any thoughts appreciated
Beta Was this translation helpful? Give feedback.
All reactions