File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
updatecli/policies/updatecli/version Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0
4+
5+ - Use release version with the v prefix
6+
37## 0.1.0
48
59- Initial release
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ url: "https://github.com/elastic/oblt-updatecli-policies/"
55changelog : " https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/updatecli/version/CHANGELOG.md"
66documentation : " https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/updatecli/version/README.md"
77source : " https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/updatecli/version/"
8- version : 0.1 .0
8+ version : 0.2 .0
99vendor : Updatecli Project
1010
1111licenses :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ targets:
3131 spec:
3232 file: '{ { .path } }'
3333# { { if hasSuffix " .tool-versions" .path } }
34- matchpattern: '^updatecli\s+\d+\.\d+\.\d+'
34+ matchpattern: '^updatecli\s+v \d+\.\d+\.\d+'
3535 content: 'updatecli { { source `version` } }'
3636# { { else } }
3737 # |+ adds newline to the end of the file
You can’t perform that action at this time.
0 commit comments