Skip to content

Commit e4057cd

Browse files
committed
feedback
1 parent 9e513bc commit e4057cd

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/release.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,19 +96,21 @@ Releasing requires two people: one person to push PRs and complete other tasks a
9696
## Release Notes
9797

9898
📢 **[Read the official release announcement on the Forum!](insert-forum-link-here)**
99+
99100
We highly recommend checking out the forum post for a user-friendly overview of new features, enhanced with screenshots and guides.
100101

101102
---
102103

103104
### 🛠 Technical Changelogs
104105
For a detailed list of technical updates, fixes, and improvements, please review the specific changelogs below:
105106

107+
<!-- CHANGELOG section anchors drop dots from the version number: 0.25.0 → #0250 -->
106108
* [back-end](https://github.com/getodk/central-backend/blob/master/docs/api.yaml)
107-
* [apps/central](https://github.com/getodk/central-frontend/blob/master/packages/web-forms/CHANGELOG.md#<version>)
108-
* [apps/forms](link-to-CHANGELOG#version)
109-
* [packages/web-forms](link-to-CHANGELOG#version)
110-
* [packages/xforms-engine](link-to-CHANGELOG#version)
111-
* [packages/xpath](link-to-CHANGELOG#version)
109+
* [apps/central](https://github.com/getodk/central-frontend/tree/master/apps/central/CHANGELOG.md#<version-without-dots>)
110+
* [apps/forms](https://github.com/getodk/central-frontend/tree/master/apps/forms/CHANGELOG.md#<version-without-dots>)
111+
* [packages/web-forms](https://github.com/getodk/central-frontend/blob/master/packages/web-forms/CHANGELOG.md#<version-without-dots>)
112+
* [packages/xforms-engine](https://github.com/getodk/central-frontend/blob/master/packages/xforms-engine/CHANGELOG.md#<version-without-dots>)
113+
* [packages/xpath](https://github.com/getodk/central-frontend/tree/master/packages/xpath/CHANGELOG.md#<version-without-dots>)
112114
```
113115

114116
</details>

0 commit comments

Comments
 (0)