Skip to content
New issue

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

Fix usage of docs-release templating #205

Open
3 tasks
izgeri opened this issue Dec 30, 2020 · 0 comments
Open
3 tasks

Fix usage of docs-release templating #205

izgeri opened this issue Dec 30, 2020 · 0 comments

Comments

@izgeri
Copy link
Contributor

izgeri commented Dec 30, 2020

Summary

Currently when we use html templates, they are not using html/template package but text/template and thus not loading the partials either.

Steps to Reproduce

  • Run ./parse-changelogs -t docs-release

Expected Results

All output should follow html/template pattern where needed

Actual Results (including error logs, if applicable)

Output uses plain text/template transformation

Acceptance Criteria

  • Ensure html templates use the proper template package
  • Ensure html partials can work in integration test(s)
  • Ensure that (if merged at that time) installation instructions for Conjur are moved to a partial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant