Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GitHub Issue: #
### Always applicable
No matter your changes, these checks always apply.
- [ ] Your conventional commits are aligned with the **Impact on version** section.
- [ ] Updated [CHANGELOG.md](../CHANGELOG.md).
- [ ] Updated [CHANGELOG.md](../blob/main/CHANGELOG.md).
Comment thread
jeanplevesque marked this conversation as resolved.
- Use the latest Major.Minor.X header if you do a **Patch** change.
- Create a new Major.Minor.X header if you do a **Minor** or **Major** change.
- If you create a new header, it aligns with the **Impact on version** section and matches what is generated in the build pipeline.
Expand Down