瀏覽代碼

Internal: Improved the release script. [skip ci]

Piotrek Koszuliński 7 年之前
父節點
當前提交
4a14a74078
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      scripts/release-ckeditor5.sh

+ 2 - 0
scripts/release-ckeditor5.sh

@@ -37,6 +37,8 @@ then
 	# Push the `stable` branches.
 	# Push the `stable` branches.
 	git push origin stable master && \
 	git push origin stable master && \
 	mgit exec 'git push origin stable'
 	mgit exec 'git push origin stable'
+
+	echo "Success! 🎂"
 else
 else
 	echo "Update the \"Releases\" section in README.md before starting the release process."
 	echo "Update the \"Releases\" section in README.md before starting the release process."
 fi
 fi