-
Notifications
You must be signed in to change notification settings - Fork 0
Universal Changelog Generator with Build Skip Logic #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
# Conflicts: # .github/workflows/ios-selfhosted-build.yml
If we making last commit from git history instead of cache the last commit should take place in changelog as well
This approach should fix edge case when developer create a new build during the day. Then it will create a new build which he cancel. And after that will try to create a 3rd build. In the old version it will create a new changelog with features which were previously builded that day. With this approach it should not since it should hit the cache created that day.
jmarek41
approved these changes
Jul 28, 2025
.github/actions/universal-detect-changes-and-generate-changelog/action.yml
Outdated
Show resolved
Hide resolved
.github/actions/universal-detect-changes-and-generate-changelog/action.yml
Outdated
Show resolved
Hide resolved
.github/actions/universal-detect-changes-and-generate-changelog/action.yml
Outdated
Show resolved
Hide resolved
.github/actions/universal-detect-changes-and-generate-changelog/action.yml
Outdated
Show resolved
Hide resolved
68a881a to
4ae665b
Compare
a083833 to
78ed688
Compare
matejsemancik
approved these changes
Aug 1, 2025
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.
Universal Detect Changes and Generate Changelog Action
This action detects changes since the last successful build and generates a changelog based on merge commits. It's designed to be universal, handling various edge cases and providing flexible configuration options.
Key Features
Inputs
depth100debugfalsetime_value24time_unithoursOutputs
skip_buildchangelogmerged_branchesHow It Works
Cache Management:
Change Detection:
Build Skip Logic:
Changelog Generation:
Edge Cases Handled
First Run:
Cache Misses:
Rebased History:
No Changes:
Example Usage
Debug Mode
When
debug: true, the action provides detailed logging:This action is designed to be reliable and maintainable, with clear error handling and fallback mechanisms for various edge cases that might occur in real-world CI/CD pipelines.