Dynamic project URL or dynamic project name in the "issue_format" #465
simon-liebehenschel
started this conversation in
Ideas
Replies: 1 comment
-
I don't think I understand the requirement here. I guess that you want a template, on top of the towncrier's Note that you can always create a "wrapper" towncrier script. This wrapper can create a temporary customised configuration file based on some shared template and then call |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have dozens of Git repositories and I share all tools config files via a single Git submodule.
Any config file must be repository-agnostic. I mean that there must not be hard-coded repositories names, hard-coded URLs, etc.
How can I achieve something like:
where
$PROJECT_URL
is (obviously) a URL of a project.Or, as an alternative, how can I inject a project name into a URL:
?
Beta Was this translation helpful? Give feedback.
All reactions