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
'Releases are based on Git tags. We recommend tags that use semantic versioning, for example %{codeStart}1.0.0%{codeEnd}, %{codeStart}2.1.0-pre%{codeEnd}.',
181
-
)
182
-
"
183
-
>
184
-
<template #code="{ content }">
185
-
<code>{{ content }}</code>
186
-
</template>
187
-
</gl-sprintf>
188
-
</p>
181
+
<page-heading :heading="headingText">
182
+
<template #description>
183
+
<span class="js-subtitle-text">
184
+
<gl-sprintf
185
+
:message="
186
+
__(
187
+
'Releases are based on Git tags. We recommend tags that use semantic versioning, for example %{codeStart}1.0.0%{codeEnd}, %{codeStart}2.1.0-pre%{codeEnd}.',
0 commit comments