Skip to content

Commit d77d2e6

Browse files
committed
Avoid anchor problem with stack
1 parent 4a1f345 commit d77d2e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

updatecli/updatecli.d/versions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,11 @@ targets:
293293
name: 'Update config/versions.yml stack {{ source "latest-stack-version" }}'
294294
scmid: githubConfig
295295
sourceid: latest-stack-version
296-
kind: yaml
296+
kind: file
297297
spec:
298298
file: config/versions.yml
299-
key: versioning_systems.stack.current
299+
matchpattern: '(stack: &stack\s+base: [\d\.]+\s+current:)\s+(.+)'
300+
replacepattern: '$1 {{ source "latest-stack-version" }}'
300301

301302
update-docs-docset-android:
302303
name: 'Update config/versions.yml edot-android {{ source "latest-edot-android-version" }}'

0 commit comments

Comments
 (0)