Skip to content

Commit

Permalink
Add additional changelog entry for template change
Browse files Browse the repository at this point in the history
  • Loading branch information
SBGoods committed Dec 6, 2023
1 parent 3ee5b04 commit 3729ea6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changes/unreleased/BREAKING CHANGES-20231206-140932.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
kind: BREAKING CHANGES
body: 'generate: templates using `printf` with either `codefile` or `tffile` to render code examples in markdown will need to switch to using those
functions directly.
For example, switch the following template code:
`{{printf "{{codefile \"shell\" %q}}" .ImportFile}}`
to
`{{codefile "shell" .ImportFile}}`
'
time: 2023-12-06T14:09:32.757057-05:00
custom:
Issue: "300"

0 comments on commit 3729ea6

Please sign in to comment.