Skip to content

Commit

Permalink
Escape Jinja comment start string (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Jan 31, 2025
1 parent 9a883df commit 7714de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/releases/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Placeholder for `[[ repo.name ]] [[ placeholder_x ]]` release.
<summary><h4>Release week</h4></summary>

- [ ] Create release PR (see [release process][process])
- [ ] Create Zulip thread on [#releases][zulip]
- [ ] Create Zulip thread on [[ '[#releases][zulip]' ]]
- [ ] Announce `[[ placeholder ]]` in-progress
- [ ] [Publish release][releases]
- [ ] Merge `[[ placeholder_x ]]` back into `main`
Expand Down Expand Up @@ -95,7 +95,7 @@ If a patch release is necessary, reopen the original release issue and append th

- [ ] <!-- list issues & PRs that need to be resolved here -->
- [ ] Create release PR (see [release process][process])
- [ ] Update Zulip thread on [#releases][zulip]
- [ ] Update Zulip thread on [[ '[#releases][zulip]' ]]
- [ ] Announce `[[ placeholder ]]` in-progress
- [ ] [Publish release][releases]
- [ ] Merge `[[ placeholder_x ]]` back into `main`
Expand Down

0 comments on commit 7714de4

Please sign in to comment.