Skip to content

Commit

Permalink
fix: update regex in cmdtab.json to support patch versioning (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekifier authored Feb 20, 2025
1 parent ece98e1 commit 8791e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/cmdtab.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"checkver": {
"url": "https://api.github.com/repos/stianhoiland/cmdtab/releases",
"jsonpath": "$..tag_name",
"regex": "v(\\d+\\.\\d+)",
"regex": "v(\\d+\\.\\d+\\.*\\d*)",
"replace": "${1}"
},
"autoupdate": {
Expand Down

0 comments on commit 8791e6c

Please sign in to comment.