# crm **Repository Path**: sml2/crm ## Basic Information - **Project Name**: crm - **Description**: yimi crm email - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-05-11 - **Last Updated**: 2024-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: CRM, Yimi ## README # CRM ## 打包与发布 ### 打包 打包由gitlab-ci自动执行,具体执行脚本请看`build-web.sh`. 开发只需要创建一个新的git标签即可, 可在bash执行以下指令: ```bash git tag x.x.x // x.x.x为需要发布的版本 ```