Skip to content

Commit 6dde809

Browse files
committed
Y2025
1 parent 3851857 commit 6dde809

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

publish.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,33 +130,33 @@ echo "Creating a release on GitHub..."
130130
# Create a local file with the release notes
131131
RELEASE_NOTES_FILE="release_notes.md"
132132
cat > $RELEASE_NOTES_FILE << EOF
133-
# [V$NEW_VERSION_TAG] - $(date +%Y-%m-%d)
133+
## [$NEW_VERSION_TAG] - $(date +%Y-%m-%d)
134134
135-
## 🚀 New Features
135+
#### 🚀 New Features
136136
- **Feature 1:** Description here.
137137
138-
## 🔄 Enhancements
138+
#### 🔄 Enhancements
139139
- **Enhancement 1:** Description here.
140140
141-
## 🐞 Bug Fixes
141+
#### 🐞 Bug Fixes
142142
- **Bug Fix 1:** Description here.
143143
144-
## ⚡ Performance Optimizations
144+
#### ⚡ Performance Optimizations
145145
- **Optimization 1:** Description here.
146146
147-
## 📖 Documentation Updates
147+
#### 📖 Documentation Updates
148148
- **Docs Update 1:** Description here.
149149
150-
## 👨‍💻 Developer Experience
150+
#### 👨‍💻 Developer Experience
151151
- **Dev Experience 1:** Description here.
152152
153-
## 🧪 Testing & Stability
153+
#### 🧪 Testing & Stability
154154
- **Testing Update 1:** Description here.
155155
156-
## ⚠️ Deprecations & Breaking Changes
156+
#### ⚠️ Deprecations & Breaking Changes
157157
- **Deprecated Feature:** Description here.
158158
159-
## 🚨 Known Issues
159+
#### 🚨 Known Issues
160160
- **Issue 1:** Description here.
161161
EOF
162162

templates/packages/create-mernjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-mernjs-app",
3-
"version": "23.0.7",
3+
"version": "23.0.8",
44
"description": "The MERN App provides a versatile set of boilerplates that streamline the development process for various applications. Whether you're building a web app, mobile app, desktop app, Chrome extension, or an NPM package in JavaScript, our comprehensive templates will help you get started quickly and efficiently.",
55
"main": "./index.js",
66
"scripts": {

zip/packages/create-mernjs-app.zip

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)