Skip to content

Commit d6fb15d

Browse files
committed
Make the release fully automated :D
Signed-off-by: Vincent Demeester <[email protected]>
1 parent 1675129 commit d6fb15d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ done
1515

1616
git add -u || true
1717
git commit -sS -m "Prepare release $VERSION" || true
18-
18+
git push || true
19+
1920
# Create the actual release
2021
mkdir -p release
2122
${CATALOGCD} release --output release --version="${VERSION}" ${TASKS}

0 commit comments

Comments
 (0)