![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.
@coveo/semantic-monorepo-tools
Advanced tools
A library of helper functions to do SemVer2 compliant releases from Conventional Commits in monorepos
A library of helper functions to do SemVer2 compliant releases from Conventional Commits in monorepos.
npm install @coveo/semantic-monorepo-tools
Before, one would use lerna version
to make semantic releases in a monorepo, but lerna is dead.
The most predominant tools in the field, standard-version
and semantic-release
do not offer the level of flexibility that lerna
did offer (e.g. it's hard to do semantic releases when packages do not share the same version and Changelog generation are sometimes tangled).
Because there are so many ways to do semantic releases in a monorepo, and that an opinionated way could result in releases that make less sense for the user of the published packages, semantic-monorepo-tools
took the approach to leave the implementation process in the hand of the user, and instead focus on providing functions to 'get what you need' and 'do what you need to do' directly with JavaScript.
semantic-monorepo-tools
aims to take the functions of a single-package release flow such as standard-version
and make them available as standalone building blocks.
The goal is to make abstractions of the inner working of the tools (e.g. git
, npm
) behind simple pure (ish) functions.
semantic-monorepo-tools
use itself for its release process, you can see the 'meat of it' here.
It is also used for the release processes of several monorepos at Coveo, you can find implementations examples on some of our repository:
FAQs
A library of helper functions to do SemVer2 compliant releases from Conventional Commits in monorepos
The npm package @coveo/semantic-monorepo-tools receives a total of 0 weekly downloads. As such, @coveo/semantic-monorepo-tools popularity was classified as not popular.
We found that @coveo/semantic-monorepo-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.