-
Notifications
You must be signed in to change notification settings - Fork 202
chore(directives): deprecate messageFromSteps
#3560
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
Conversation
Signed-off-by: Hidde Beydals <[email protected]>
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3560 +/- ##
=======================================
Coverage 52.64% 52.64%
=======================================
Files 296 296
Lines 26875 26875
=======================================
Hits 14149 14149
Misses 11952 11952
Partials 774 774 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Hidde Beydals <[email protected]> (cherry picked from commit 58217bf)
Successfully created backport PR for |
Signed-off-by: Hidde Beydals <[email protected]> (cherry picked from commit 58217bf)
We will need to make sure we include a message about this depreciation in the release notes as well. Maybe it was already done, and I missed it, if so, my apologies. |
messageFromSteps
of thegit-commit
step as deprecated and schedules it for removal inv1.5.0
.The field was overlooked when we deprecated the other
<thing>FromStep
fields. Likewise functionally can be achieved using expressions and a multiline message, refer to the tip in this section for more information.