-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from laxmanpokhrel/feat/workflow-setup
Release log change for command name change
- Loading branch information
Showing
2 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"versionUpgradeType": "major" | ||
"versionUpgradeType": "minor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
## Features | ||
- Implemented the ability to automate the creation of releases and deployment of npm packages using a GitHub workflow (flag: `--create-release-action`). | ||
- Added functionality to generate release notes and release configuration files for the action (flag: `--create-release-data`). | ||
- Introduced an independent registry for managing assets. | ||
|
||
## Improvements | ||
- Enhanced the package to detect existing projects and decide whether to proceed with execution or terminate. | ||
- Resolved node version dependency issues for versions 18.18.0 and higher. | ||
- Automation of release and deploy of the package | ||
## Changes | ||
- Changes the executable command in bin of package.json |