Skip to content
Snippets Groups Projects
Commit a772d232 authored by Clement Bois's avatar Clement Bois
Browse files

chore(ci): typo in bumpversion regex

parent 3119bf32
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
# include the template
- project: "to-be-continuous/renovate"
ref: "1.2.2"
ref: "1.4.0"
file: "/templates/gitlab-ci-renovate.yml"
```
......
......@@ -27,7 +27,7 @@ if [[ "$curVer" ]]; then
log_info "Bump version from \\e[33;1m${curVer}\\e[0m to \\e[33;1m${nextVer}\\e[0m (release type: $relType)..."
# replace in README
sed -e "s/ref: *'$curVer'/ref: '$nextVer'/" -e "s/ref: *\"$curVer\/ref: \$nextVer\/" -e "s/component: *\(.*\)@$curVer/component: \1@$nextVer/" README.md > README.md.next
sed -e "s/ref: *'$curVer'/ref: '$nextVer'/" -e "s/ref: *\"$curVer\"/ref: \"$nextVer\"/" -e "s/component: *\(.*\)@$curVer/component: \1@$nextVer/" README.md > README.md.next
mv -f README.md.next README.md
# replace in template and variants
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment