Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add full support for SEMANTIC_RELEASE_PACKAGE, non-JS packages #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jgoldschrafe
Copy link

@jgoldschrafe jgoldschrafe commented Dec 29, 2022

This change removes the hard requirement for read-pkg to resolve package metadata from package.json, instead taking that configuration from SEMANTIC_RELEASE_PACKAGE where appropriate. This allows semantic-release-monorepo to manage projects which do not have package.json files, such as projects written in other languages.

BREAKING CHANGE: This can cause the package to be published under a different name in cases where SEMANTIC_RELEASE_PACKAGE was accidentally set, or was set to manage a different plugin's behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant