浏览代码

more visible warning for changelog

Johann ELSASS 4 年之前
父节点
当前提交
3257547207
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lazpaint.logic

+ 2 - 2
lazpaint.logic

@@ -4,7 +4,6 @@ package lazpaintembeddedpack.lpk
 const lazpainttype.pas LazPaintVersion
 text release/windows/lazpaint.iss "#define MyAppVersion ""$(Version)"""
 text release/debian/debian/control "Version: $(Version)"
-echo "DON'T FORGET TO UPDATE release/debian/changelog"
 text release/macOS/makedmg.sh "appversion=$(Version)"
 bundle release/macOS/LazPaint.app
 copy ../resources/icon/lazpaint.icns release/macOS/LazPaint.app/Contents/Resources/lazpaint.icns
@@ -12,4 +11,5 @@ if exists ../../lazpaint.github.io/app.js
   text ../../lazpaint.github.io/app.js "    var version = '$(Version)'"
 else
   echo "WEBSITE FOLDER NOT FOUND, UPDATE MANUALLY app.js"
-end
+end
+echo ">> DON'T FORGET TO ADD VERSION IN release/debian/changelog <<"