forge.meta sanitizes the result of %forgeurl, so we want to set %gourl based on the sanitzed value. For example, forge.meta changes https://github.com/cli/cli/v2 to https://github.com/cli/cli.
forge.meta
%forgeurl
%gourl
https://github.com/cli/cli/v2
https://github.com/cli/cli
Signed-off-by: Maxwell G gotmax@e.email
rebased onto 76ad82e56807feb60839966a0c141fc6e5016f0b
Pull-Request has been merged by eclipseo
forge.metasanitizes the result of%forgeurl, so we want to set%gourlbased on the sanitzed value. For example,forge.metachangeshttps://github.com/cli/cli/v2tohttps://github.com/cli/cli.Signed-off-by: Maxwell G gotmax@e.email