
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Friends don't let friends use git commit messages as change log entries; they should be more thoughtfully written.
yaclt is a highly configurable, file-based change log generator and validator. Include a change log entry file generated by yaclt in each Pull Request,
then use yaclt again to gather each individual entry into CHANGELOG.md as part of your release process.
CHANGELOG.md using Handlebarsyaclt.nvim)The full set of options for each command can be found in the documentation or by running the command with the --help argument.
All command line flags and arguments can be specified in a configuration file. Most likely you will want most of your options to be specified in a configuration file. Supported file names are:
yacltrc.yml.yacltrc.ymlyacltrc.yaml.yacltrc.yamlyacltrc.json.yacltrc.jsonyacltrc.js.yacltrc.js.js config must use CommonJS format, e.g. module.exports =. Options passed
on the command line will override options from the configuration file if present.
If the working directory is inside a git repository, the tree will be traversed to the git root, using the first valid configuration file that is found. If no configuration file is found in the repo,
it will also check, in order of precedence, $YACLT_CONFIG_HOME/, $XDG_CONFIG_HOME/yaclt/, $HOME/.config/yaclt/ for global configuration files.
If you are using a Javascript configuration file (e.g. yacltrc.js), any of the options can be a parameterless function which returns a value of the same type expected by the option. This can be useful,
for example, if you'd like to write some custom logic to parse the next release number based on git tags, or generate your messages automatically from git commit messages.
For options which are Handlebars templates (e.g. --format, --releaseBranchPattern, or --changelogTemplate), you may specify a filepath instead of a literal template string.
The CLI will check if the argument is a filepath to a file that exists, and if so, read the template from that file.
Documentation on customizing formats with Handlebars can be found in the documentation.
Some common configuration recipes can be found in the documentation.
See CONTRIBUTING.md
FAQs
Yet Another Change Log Tool
The npm package yaclt receives a total of 914 weekly downloads. As such, yaclt popularity was classified as not popular.
We found that yaclt 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.