8
0
Просмотр исходного кода

Internal: Improved the release script. [skip ci]

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
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.
 	git push origin stable master && \
 	mgit exec 'git push origin stable'
+
+	echo "Success! 🎂"
 else
 	echo "Update the \"Releases\" section in README.md before starting the release process."
 fi