pmowrer / semantic-release-monorepo

Apply semantic-release's automatic publishing to a monorepo.
MIT License
510 stars 79 forks source link

Github doesn't correctly identify and push the tags for release to my repository #141

Open elvapw opened 1 year ago

elvapw commented 1 year ago

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.

pmowrer commented 8 months ago

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?