[#329] 🐛 - It ends up stuck in an Unknown Version loop if no version is detected in the repository#330
Merged
efraespada merged 4 commits intodevelopfrom Mar 14, 2026
Conversation
…is-detected-in-the-repository: Implement default version handling in Execution and InitialSetupUseCase. Update tests to verify default version creation when no tags exist. Enhance title update logic to prevent 'Unknown Version' loops. Add utility functions for default version management.
…is-detected-in-the-repository: Refactor error handling and improve logging in InitialSetupUseCase and IssueRepository. Update comments and test cases for clarity and consistency in English.
…is-detected-in-the-repository: Clarify that it creates a default tag `v1.0.0` if no version tags exist, preventing "Unknown Version" loops. Update examples and CLI command descriptions for consistency.
|
To view this pull requests documentation preview, visit the following URL: Documentation is deployed and generated using docs.page. |
Closed
1 task
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #330 +/- ##
===========================================
+ Coverage 90.86% 90.94% +0.08%
===========================================
Files 135 135
Lines 6215 6251 +36
Branches 1333 1338 +5
===========================================
+ Hits 5647 5685 +38
Misses 172 172
+ Partials 396 394 -2
🚀 New features to boost your workflow:
|
Contributor
🐛 Bugfix Actions
Debug log🚀 Happy coding! Made with ❤️ by vypdev/copilot |
…is-detected-in-the-repository: Enhance test coverage for InitialSetupUseCase and UpdateTitleUseCase. Add tests to verify error handling when ensureDefaultVersion fails and ensure fallback title usage when getTitle returns undefined. Improve clarity and consistency in test cases.
Contributor
🐛 Bugfix Actions
Debug log🚀 Happy coding! Made with ❤️ by vypdev/copilot |
This was referenced Mar 14, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


📌 Summary
This patch fixes a bug in the release/hotfix workflow where, if no version could be detected in the repository, the fallback "Unknown Version" would be repeatedly appended to the release title. This caused the title to grow indefinitely (e.g., "Unknown Version - Unknown Version - Unknown Version"). The changes ensure a single, stable fallback and prevent the infinite concatenation on subsequent runs.
🎯 Related Issues / Tickets
🧩 Scope of Changes
🛠️ Technical Details
🔍 How to Test
🧪 Test Coverage
📸 Screenshots / Recordings (UI changes only)
🚀 Deployment Notes
Details:
No migration or environment changes required.
🔒 Security Considerations
📈 Performance Impact
📝 Notes for Reviewers
✅ Checklist
📚 Additional Context