forked from dxatscale/sfpowerscripts
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(impact): add additional options to consider only changed files d…
…uring release config impact This PR enhances the impact release config with additonal flags that allow to check for impact for changed files, useful during PR validation
- Loading branch information
sfopsbot
committed
Jan 9, 2024
1 parent
b51f4ee
commit 3a5d87a
Showing
4 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"commandDescription": "Figures out impacted release configurations of a project, due to a change,from the last known tags", | ||
"releaseConfigFileFlagDescription":"Path to the directory containing release defns", | ||
"branchFlagDescription":"The branch on which the comparison is carried out", | ||
"baseCommitOrBranchFlagDescription": "The base branch on which the git tags should be used from", | ||
"filterByFlagDescription": "Filter by a specific release config name", | ||
"filterByChangesInBranchFlagDescription": "Filter packages by changes with the provided branches as opposed to tags", | ||
"explictDependencyCheckFlagDescription": "Activate to consider dependencyOn attribut while handling impact" | ||
} |
This file contains 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
This file contains 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
This file contains 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