Skip to content
Discussion options

You must be logged in to vote

hey @personaljesusua, although we are chatting through Intercom, i'll post here as well..

The issue is related to the CM_CLONE_DEPTH environment variable, which is configured to clone only one commit by default for builds triggered by tags.

To generate release notes between tags, you may need to adjust the CM_CLONE_DEPTH environment variable to a higher value that suits your requirements. For example, if you want to capture all commits between tags v1.0.0 and v2.0.0, you can set CM_CLONE_DEPTH to a number greater than the number of commits between those tags (e.g., 10 or more). This change will allow your script to fetch and generate release notes from the desired commit range.

Keep in mi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by personaljesusua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants