Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@tophat/commitizen-adapter
Advanced tools
A customized Commitizen adapter for commit message standardization and automatic semantic versioning.
We are standardizing our commit messages to pave the way for automatic semantic package versioning, and to do so, we are using Commitizen as an interactive commit message builder. We've customized the conventional Commitizen adapter to suit our needs.
You will see the following commit types when you run the command
git cz
:
wip: Changes that are part of some work in progress
feat: A new feature (NOTE: This will be added to the changelog)
fix: A bug fix (NOTE: This will be added to the changelog)
cr: Changes resulting from code review
style: Changes that don't affect the code's meaning (whitespace, formatting, etc)
refactor: Changes that neither fix a bug nor add a feature
perf: Changes that improve performance (NOTE: This will be added to the changelog)
docs: Changes to documentation only
test: Adding missing tests or correcting existing tests
revert: Reverts a previous commit
build: Changes that affect the build system or external dependencies
ci: Changes to our CI configuration files and scripts
chore: Other changes that don't modify src or test files
There is a maximum character limit of 72 for the header of the commit message which is composed of the commit type and subject.
FAQs
A customized Commitizen adapter for commit message standardization and automatic semantic versioning.
The npm package @tophat/commitizen-adapter receives a total of 118 weekly downloads. As such, @tophat/commitizen-adapter popularity was classified as not popular.
We found that @tophat/commitizen-adapter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.