Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ Add the following to your `.gitlab-ci.yml`: include: # 1: include the template - project: "to-be-continuous/defectdojo" ref: "2.6.4" ref: "2.6.5" file: "/templates/gitlab-ci-defectdojo.yml" variables: Loading bumpversion.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ Add the following to your `.gitlab-ci.yml`: include: # 1: include the template - project: "to-be-continuous/defectdojo" ref: "2.6.4" ref: "2.6.5" file: "/templates/gitlab-ci-defectdojo.yml" variables: Loading
bumpversion.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading