![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-to-html
Advanced tools
CLI to convert a CHANGELOG.md following the http://keepachangelog.com convention to a static web page with permalinks and a GitHub look and feel
This package provides a CLI to convert a CHANGELOG.md
file following the Keep a Changelog convention to a static web page with permalinks and a GitHub look and feel.
It will mostly be useful for closed source libraries where customers do not have access to the source code and thus cannot benefit from the Markdown viewer built into GitHub.
The generated HTML page looks like this:
This package generates permanent links for each section.
Let's take a changelog example:
## [0.3.0] - 2003-03-03
### Added
* A bullet.
## [0.2.0] - 2002-02-02
### Added
* Another bullet.
## [0.1.0] - 2001-01-01
### Added
* Last bullet.
GitHub will generates these URLs:
This makes the added
anchors ephemeral.
Indeed, when you release another version of your package, all the existing anchors will change because GitHub will increment their trailing number:
On the other hand, this package will generate these anchors:
By prefixing the type of changes section anchor with the release name, we guarantee that the link will be permanent.
npm install --save-dev changelog-to-html
"changelog-to-html": "changelog-to-html"
to your package.json
scripts
.You can get the command help by running npm run changelog-to-html -- --help
.
FAQs
CLI to convert a CHANGELOG.md following the http://keepachangelog.com convention to a static web page with permalinks and a GitHub look and feel
The npm package changelog-to-html receives a total of 0 weekly downloads. As such, changelog-to-html popularity was classified as not popular.
We found that changelog-to-html 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.