Skip to content

Commit 8d926da

Browse files
Merge pull request #6 from laxmanpokhrel/feat/workflow-setup
Release log change for command name change
2 parents a5b53de + 4edc6e6 commit 8d926da

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.release/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"versionUpgradeType": "major"
2+
"versionUpgradeType": "minor"
33
}

.release/release-notes.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
## Features
2-
- Implemented the ability to automate the creation of releases and deployment of npm packages using a GitHub workflow (flag: `--create-release-action`).
3-
- Added functionality to generate release notes and release configuration files for the action (flag: `--create-release-data`).
4-
- Introduced an independent registry for managing assets.
5-
6-
## Improvements
7-
- Enhanced the package to detect existing projects and decide whether to proceed with execution or terminate.
8-
- Resolved node version dependency issues for versions 18.18.0 and higher.
9-
- Automation of release and deploy of the package
1+
## Changes
2+
- Changes the executable command in bin of package.json

0 commit comments

Comments
 (0)