- Notifications
You must be signed in to change notification settings - Fork1.7k
Closed
Labels
Description
New feature motivation
72ab317 defined theexports
in thepackage.json
, which makes deep imports no longer possible.
While I realize that these are for internal usage, and are not covered by semver, they are nevertheless useful (to be used at own risk, of course).
My use case: functionality, which uses thegetCommits
fromsemantic-release/lib/git.js
andsemantic-release/lib/get-config.js
to callplugins.analyzeCommits
so that a matching label (bug
,enhancement
, etc) can be added on a PR.
But even so, I'd love forsemantic-release
to be usable as a library, not just as a CLI.
New feature description
Please revert72ab317 and keep things as they were.
New feature implementation
No response