Skip to content

Commit f682311

Browse files
committed
Y2025
1 parent 8a0116c commit f682311

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fi
4444

4545
# Step 6: Bump the version (patch, minor, or major)
4646
echo "Updating the package version..."
47-
NEW_VERSION=$(npm version patch) # Use npm version minor or npm version major as needed
47+
NEW_VERSION=$(npm version major) # Use npm version minor or npm version major as needed
4848
check_last_command
4949

5050
# Extract the new version tag
@@ -130,7 +130,7 @@ 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-
## [$NEW_VERSION_TAG] - $(date +%Y-%m-%d)
133+
# [$NEW_VERSION_TAG] - $(date +%Y-%m-%d)
134134
135135
#### 🚀 New Features
136136
- **Feature 1:** Description here.

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.8",
3+
"version": "24.0.0",
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

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)