You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building Python packages and using the semantic-release-pypi plugin to publish to a private PyPI repository. That is all working as expected. The problem I'm having is that any commit, anywhere in the project tree, is triggering a new version for every package in packages/.
semantic-release-monorepo is reporting that no relevant commits were found: [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Found 0 commits for package mypackage since last release
But as you can see below, semantic-release still thinks a new version is needed.
semantic-release:release-notes-generator previousTag: 'mypackage-v2.7.4' +0ms
semantic-release:release-notes-generator currentTag: 'mypackage-v2.7.5' +0ms
[semantic-release] › ⚠ Skip mypackage-v2.7.5 tag creation in dry-run mode
I'm not convinced this is necessarily an issue with the monorepo plugin, but I do have it working beautifully with some Angular libraries we're building and publishing. If I disable the PyPI plugin, there's no change in behaviour. Has anyone else experienced this same thing? I can put together an example repo if that would help.
The text was updated successfully, but these errors were encountered:
Tools Info
semantic-release version: 19.0.3
semantic-release-monorepo version: 7.0.5
Issue
I'm building Python packages and using the
semantic-release-pypi
plugin to publish to a private PyPI repository. That is all working as expected. The problem I'm having is that any commit, anywhere in the project tree, is triggering a new version for every package inpackages/
.semantic-release-monorepo
is reporting that no relevant commits were found:[semantic-release] [[Function: semantic-release-monorepo]] › ℹ Found 0 commits for package mypackage since last release
But as you can see below,
semantic-release
still thinks a new version is needed.I'm not convinced this is necessarily an issue with the monorepo plugin, but I do have it working beautifully with some Angular libraries we're building and publishing. If I disable the PyPI plugin, there's no change in behaviour. Has anyone else experienced this same thing? I can put together an example repo if that would help.
The text was updated successfully, but these errors were encountered: