We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs-release
Currently when we use html templates, they are not using html/template package but text/template and thus not loading the partials either.
html/template
text/template
./parse-changelogs -t docs-release
All output should follow html/template pattern where needed
Output uses plain text/template transformation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Currently when we use html templates, they are not using
html/template
package buttext/template
and thus not loading the partials either.Steps to Reproduce
./parse-changelogs -t docs-release
Expected Results
All output should follow
html/template
pattern where neededActual Results (including error logs, if applicable)
Output uses plain
text/template
transformationAcceptance Criteria
The text was updated successfully, but these errors were encountered: