Skip to content

Commit 9733679

Browse files
Create RELEASE_TEMPLATE.md
1 parent 9d18822 commit 9733679

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/RELEASE_TEMPLATE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# 🚀 Release Notes
2+
3+
## Version: vX.X.X
4+
**Release Date:** Month DD, YYYY
5+
6+
---
7+
8+
### Features
9+
- Feature 1 description.
10+
- Feature 2 description.
11+
- Feature 3 description.
12+
13+
### Improvements
14+
- Improvement 1 description.
15+
- Improvement 2 description.
16+
17+
### Bug Fixes
18+
- Fixed [issue/bug description] (#IssueNumber).
19+
- Resolved [error/bug description].
20+
21+
### Technical Updates
22+
- Updated [library/framework/tool] to [new version].
23+
- Infrastructure or deployment changes (e.g., moved to new region, upgraded cloud resources).
24+
25+
### Breaking Changes
26+
- [If any API/feature change impacts users, mention here.]
27+
- [Example: Changed `/login` endpoint authentication method.]
28+
29+
---
30+
31+
**Deployment URL:**
32+
[https://your-deployment-url.com](https://your-deployment-url.com)
33+
34+
---

0 commit comments

Comments
 (0)