Skip to content

Commit bacdc12

Browse files
committed
Added release template file
1 parent a0504e5 commit bacdc12

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

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+
---

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console.log('This is a sample file2');
1+
console.log('This is a sample file');

0 commit comments

Comments
 (0)