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
analyzeCommits might not be analyzing the commits properly if I read this output correctly?
I'm trying to use semantic-release-monorepo in conjunction to semantic-release and I get the following when trying to release a BREAKING CHANGE (major). feat/fix work just fine...
[8:32:00 PM] [semantic-release] › ℹ Found 2 commits since last release
[8:32:00 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Start step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Found 2 commits for package module_name since last release
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: BREAKING CHANGE: something that breaks the change.
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The commit should not trigger a release
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: BREAKING CHANGE: Exercise
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The commit should not trigger a release
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analysis of 2 commits complete: no release
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Completed step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
[8:32:00 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/release-notes-generator" does not provide step "analyzeCommits"
[8:32:00 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/npm" does not provide step "analyzeCommits"
[8:32:00 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/github" does not provide step "analyzeCommits"
[8:32:00 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
[8:32:00 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
[8:32:00 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
[8:32:00 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
[8:32:00 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
[8:32:00 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
[8:32:00 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
[8:32:00 PM] [semantic-release] › ℹ There are no relevant changes, so no new version is released.
This works just fine when I release something like feat: feature or fix: patch.
analyzeCommits
might not be analyzing the commits properly if I read this output correctly?I'm trying to use semantic-release-monorepo in conjunction to semantic-release and I get the following when trying to release a BREAKING CHANGE (major). feat/fix work just fine...
This works just fine when I release something like
feat: feature
orfix: patch
.This is how my package.json looks like:
Thank you.
The text was updated successfully, but these errors were encountered: