Skip to content

Commit

Permalink
Merge pull request #6 from laxmanpokhrel/feat/workflow-setup
Browse files Browse the repository at this point in the history
Release log change for command name change
  • Loading branch information
laxmanpokhrel authored Feb 24, 2024
2 parents a5b53de + 4edc6e6 commit 8d926da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"versionUpgradeType": "major"
"versionUpgradeType": "minor"
}
11 changes: 2 additions & 9 deletions .release/release-notes.md
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

0 comments on commit 8d926da

Please sign in to comment.