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 am encountering an issue with my Semantic Release configuration in a monorepo setup. The goal is to automate versioning and releases, but I'm facing an issue that prevents the release from working correctly. Here are the details:
When running Semantic Release (version 20.1.3) with my monorepo configuration, it doesn't correctly identify and tag the commits for release. The logs show the following information: logs.txt
Configuration Files:
My .releaserc configuration is as follows: releaserc.txt
The .releaserc configuration specifies that the release should occur on the master branch and uses various plugins.
The monorepo structure contains a package.json file in a child folder named childs/terraform-aws-ecr.
Problem Summary:
Semantic Release is not correctly identifying commits for release, even though it seems to recognize changes in the childs/terraform-aws-ecr folder. This is preventing the automated release process from working as expected.
Expected Outcome:
The expected outcome is for Semantic Release to correctly identify and tag commits for release based on the configuration provided.
Please let me know if you need any additional information or clarification on this issue. Thank you for your assistance.
The text was updated successfully, but these errors were encountered:
Thanks for the report @elvapw! It's difficult to debug this without more info. Are there commits missing on the log line semantic-release:get-commits Parsed commits:? How many were you expecting?
Issue Description:
I am encountering an issue with my Semantic Release configuration in a monorepo setup. The goal is to automate versioning and releases, but I'm facing an issue that prevents the release from working correctly. Here are the details:
When running Semantic Release (version 20.1.3) with my monorepo configuration, it doesn't correctly identify and tag the commits for release. The logs show the following information:
logs.txt
Configuration Files:
My .releaserc configuration is as follows:
releaserc.txt
Package.json File:
package.txt
Issue Details:
Problem Summary:
Semantic Release is not correctly identifying commits for release, even though it seems to recognize changes in the childs/terraform-aws-ecr folder. This is preventing the automated release process from working as expected.
Expected Outcome:
The expected outcome is for Semantic Release to correctly identify and tag commits for release based on the configuration provided.
Please let me know if you need any additional information or clarification on this issue. Thank you for your assistance.
The text was updated successfully, but these errors were encountered: