8000 docs: fix markdown for releasedLabels example · coderbyheart/github@719118e · GitHub
[go: up one dir, main page]

Skip to content

Commit 719118e

Browse files
committed
docs: fix markdown for releasedLabels example
1 parent ba8d0fc commit 719118e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@ Each label name is generated with [Lodash template](https://lodash.com/docs#temp
185185

186186
##### releasedLabels example
187187

188-
The `releasedLabels` `['released<%= nextRelease.channel ? \` on @\${nextRelease.channel}\` : "" %> from <%= branch.name %>']` will generate the label:
188+
The `releasedLabels` ```['released<%= nextRelease.channel ? ` on @\${nextRelease.channel}` : "" %> from <%= branch.name %>']``` will generate the label:
189189

190190
> released on @next from branch next

0 commit comments

Comments
 (0)
0