![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
changelog-generator-twig
Advanced tools
npm install --save changelog-generator-twig
You can use [changelog skip]
(non case sensitive) in the commit message and the commit will not be part of the changelog
changelog-generator-twig --help
Usage: changelog-generator-twig [options]
A changelog generator using twig templates
Options:
--owner <owner> The repo owner
--repo <repo> The repo
--repoDir <repoDir> The repo dir
--lastTagName <lastTagName> The last tag name (default: HEAD)
--headName <headName> The head name (default: Unreleased)
--convention <conventionName> The convention name (williamdes, conventional, conventional+legacy, allchanges) (default: conventional)
--baseCommit <commmitHash> The base commit hash
--template <templatePath> The twig template path (default: /mnt/Dev/@wdes/changelog/src/CHANGELOG.twig)
--version display version information and exit
--help display this help and exit
./node_modules/.bin/changelog-generator-twig --owner wdes --repo changelog --repoDir ./ --baseCommit c295e8c3244b857b9d22fdd83a80d2f31cc6139b
Or
changelog-generator-twig --owner williamdes --repo mariadb-mysql-kbs --repoDir /mnt/Dev/@williamdes/mariadb-mysql-kbs/ --baseCommit 4282724e1e04d6b27d3c0744e1a37a50be740237
See changelog example here: https://github.com/williamdes/mariadb-mysql-kbs/blob/ef766fd9991e4fd1e80bb7b14abb2a352ecd4689/CHANGELOG.md
changelog-generator-twig --owner williamdes --repo mariadb-mysql-kbs --repoDir /mnt/Dev/@williamdes/mariadb-mysql-kbs/ --baseCommit 4282724e1e04d6b27d3c0744e1a37a50be740237 --template ./CHANGELOG_template.twig
This will set links to next version and rename the current version
NEXT_VERSION=1.4
--headName $NEXT_VERSION --lastTagName $NEXT_VERSION
args: [ additional args passed to script ],
links: [
{
name: "v1.0.0",
start: "185050ec502f20b3280df46485605e99563d1e87",
end: "HEAD"
},...
],
versions: [
{
nbrCommits: <numberOfCommits>,
name: "v1.0.0",
changes: [{
name: 'Added',
messageRegex: [/^added:\s/gi, /^add:/gi, /^test:/gi],
commits: [
{
hash: 'd2c9361',
longHash: 'd2c9361467b0e67e4c7a1bbfa092b342363450cc',
msg: 'Added some files',
},
],
},...]
},...
],
owner: "--owner argument",
repo: "--repo argument"
FAQs
A changelog generator using twig templates
The npm package changelog-generator-twig receives a total of 0 weekly downloads. As such, changelog-generator-twig popularity was classified as not popular.
We found that changelog-generator-twig 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.