Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Create a change log for an npm project based on structured commit messages.
Tag all your commit messages with either breaking
, add
, fix
or doc
and then before a release run changeify
. Changeify will:
Example commit message:
Change signature of function foo
[breaking]
The argument order was swithed because the new one is superior...
The tag "[breaking]" is case insensitive and can be placed anywhere in the commit message except for the header. The header is what will be included in the changelog. Look at the changelog of this project for an example.
All commits without any tags will be ignored when generating the change log and determening the new version.
Either the module globally and use it in any project or locally and add it as an npm script.
Run changeify -n
for a dry run which will print the changelog and the next version to the console.
Run changeify
to perform steps 1 and 2 mentioned above. Add flag -p --publish
to also perform steps 3-5.
FAQs
Create a change log for an npm project based on structured commit messages
The npm package changeify receives a total of 7 weekly downloads. As such, changeify popularity was classified as not popular.
We found that changeify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.