Merge pull request #7651 from backstage/erikengervall/grm-minor-improvements

[plugin] GRM: Minor type & error message improvements
This commit is contained in:
Fredrik Adelöw
2021-10-18 08:23:04 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-git-release-manager': patch
---
Minor internal type improvement
@@ -391,6 +391,6 @@ export function usePatchDryRun({
asyncCatcher,
abortIfError,
selectedPatchCommit: latestCommitOnReleaseBranchRes.value
?.selectedPatchCommit as any,
?.selectedPatchCommit as GetRecentCommitsResultSingle,
};
}