Browse Source

more visible warning for changelog

Johann ELSASS 4 years ago
parent
commit
3257547207
1 changed files with 2 additions and 2 deletions
  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 <<"