-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding diff script #35
Conversation
…on structure we've decided on
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain how the script will be used?
Execute the script in the base directory of a branch and it will do the diff against dev and show the difference of the added files to the existing files in dev with version-1. This is described in the header of the script - or is that not clear by the comment? |
I ran it and got no result but I then realized that it only checks added files. |
…etect local non-committed changes. Added check for modified files. Added TODO for script execution.
…et branch including an early exit with an error code for a workflow to react on that
…egex in sed for the modification check.
…oper error summary at the end.
0a494d2
to
70fee0b
Compare
* Added script to help with diffs against other branches with the version structure we've decided on * Added check for structural changes in existing files against the target branch * Added workflow job for the diff against script --------- Co-authored-by: Noctunus <[email protected]> Co-authored-by: Ekrem Seren <[email protected]>
* Added script to help with diffs against other branches with the version structure we've decided on * Added check for structural changes in existing files against the target branch * Added workflow job for the diff against script --------- Co-authored-by: Noctunus <[email protected]> Co-authored-by: Ekrem Seren <[email protected]>
Added script to help with diffs against other branches with the version structure we've decided on