Skip to content

Conversation

@ashwin-ant
Copy link
Collaborator

The changelog generation step was failing to get the previous release tag because the checkout action was doing a shallow clone. Adding fetch-depth: 0 ensures all tags are available for git describe.

🤖 Generated with Claude Code

The changelog generation step was failing to get the previous release
tag because the checkout action was doing a shallow clone. Adding
fetch-depth: 0 ensures all tags are available for git describe.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@ashwin-ant ashwin-ant requested a review from a team October 23, 2025 21:43
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # Fetch all history including tags (necessary for changelog generation)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is the only meaningful change.

Copy link
Collaborator

@wolffiex wolffiex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sad to make the build slower

@ashwin-ant ashwin-ant merged commit 9b85761 into main Oct 23, 2025
33 checks passed
@ashwin-ant ashwin-ant deleted the ashwin/changelogprompt branch October 23, 2025 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants