From 098bf63996375a9544d6ca48e7133447b13816e6 Mon Sep 17 00:00:00 2001 From: baozhoutao Date: Fri, 11 Feb 2022 21:00:39 +0800 Subject: [PATCH] Update PUBLISH.md --- PUBLISH.md | 1 - 1 file changed, 1 deletion(-) diff --git a/PUBLISH.md b/PUBLISH.md index 3d6d1a3deb..83335becd9 100644 --- a/PUBLISH.md +++ b/PUBLISH.md @@ -5,7 +5,6 @@ After passing the test of Creator Code, you should release a new version for bot - Commit and submit the code in the '/server' folder that built by [Build Creator](./CONTRIBUTING.md#build-creator) to Github. - Enter to the root path of this repository on command line. - Run the shell `yarn ver` on command line, and select the version number. - - Modify the version number of 'services.steedos.image' in the file 'docker-compose.yml' which is in the root path of this repository. - Confirm the 'End-of-line sequence' of the file ‘packages\create-steedos-app\index.js’ is LF. - Commit and submit the code to Github.