Skip to content

Commit

Permalink
add updatecli target
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Jul 21, 2022
1 parent dc38040 commit aae16d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions updatecli/updatecli.d/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@ targets:
key: inputs.version.default
scmid: default
sourceid: updatecli
tests:
name: Bump updatecli version in main.test.js
kind: file
spec:
file: tests/main.test.js
matchPattern: const version = '(.*)'
replaceWith: const version = '{{ source "updatecli" }}'
version: 0.28.0

0 comments on commit aae16d3

Please sign in to comment.