Closed sgnn7 closed 3 years ago
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
Filed in wrong repo - moved to https://github.com/cyberark/conjur-oss-suite-release/issues/205
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