Open Gauravdarkslayer opened 1 month ago
No response
Adding semantic versioning helps determine a version and release that version over npm registry as well.
Use npm package named npm install @semantic-release/changelog @semantic-release/git -D This will be dev dependencies.
npm install @semantic-release/changelog @semantic-release/git -D
Commit messages should be properly written otherwise it the automation will not understand and may release higher or lower package version.
Hey @Gauravdarkslayer, Thanks for contributing and Congrats on opening Issue :tada:
We will try to review as soon as possible and a maintainer will get back to you soon!
Start Date
No response
Implementation PR
No response
Reference Issues
No response
Summary
Adding semantic versioning helps determine a version and release that version over npm registry as well.
Basic Example
Use npm package named
npm install @semantic-release/changelog @semantic-release/git -D
This will be dev dependencies.Drawbacks
Commit messages should be properly written otherwise it the automation will not understand and may release higher or lower package version.
Unresolved questions
No response