Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit c122a4a

Browse files
committed
chore: #103 Prepare release 1.8.0
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent a8bf3e3 commit c122a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [[ $# -eq 2 ]]; then
2323
if [ -d "deploy/olm/$1/" ]; then
2424
# Add OLM resources to git
2525
git add deploy/olm/$1/
26-
git commit -m '#"$2" Release operator for "$1"' deploy/olm/$1/
26+
git commit -m '#'"$2"' Release operator for '"$1"'' deploy/olm/$1/
2727
git push origin master
2828
chmod u+x build-all-in-one.sh
2929
./build-all-in-one.sh $1
@@ -35,7 +35,7 @@ if [[ $# -eq 2 ]]; then
3535

3636
# Add and commit before cleaning up things.
3737
git add ./static/operator/operator-$1.yaml
38-
git commit -m 'microcks/microcks-ansible-operator#"$2" chore: Release operator for "$1"' ./static/operator/operator-$1.yaml
38+
git commit -m 'microcks/microcks-ansible-operator#'"$2"' chore: Release operator for '"$1"'' ./static/operator/operator-$1.yaml
3939
git push origin master
4040

4141
# Get back to root.

0 commit comments

Comments
 (0)