You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2024-08-30-august-release-notes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,11 +100,11 @@ Try our new search and don’t forget to send us your feedback!
100
100
101
101
We’ve made a change to how pull request titles are handled by environment variables in pipelines.
102
102
103
-
The environment variables`${{CF_COMMIT_MESSAGE}}`and`${{CF_COMMIT_MESSAGE_ESCAPED}}` now return the commit message instead of the pull request title.
103
+
The environment variables{% raw %}`${{CF_COMMIT_MESSAGE}}`{% endraw %}and{% raw %}`${{CF_COMMIT_MESSAGE_ESCAPED}}`{% endraw %} now return the commit message instead of the pull request title.
104
104
105
105
To get the pull request title, use the new environment variables:
106
-
*`${{CF_PULL_REQUEST_TITLE}}`
107
-
*`${{CF_PULL_REQUEST_TITLE_ESCAPED}}`
106
+
*{% raw %}`${{CF_PULL_REQUEST_TITLE}}`{% endraw %}
107
+
*{% raw %}`${{CF_PULL_REQUEST_TITLE_ESCAPED}}`{% endraw %}
108
108
109
109
To use the new variables for pull request titles, update your pipelines accordingly. As they are already supported by the system, you can begin using them immediately.