docs: fix stale references post v2.0.17 alignment

- Update deploy/README.md: remove NincaCrkStdRibbonConfiguration ref,
  update JAR naming, add v2.0.17 config instructions
- Update elevator-v1-v2-init-timing-config-audit.md: add baseline note
- Update org-policy-verify-manual.md: JAR path + AppApplication class
- Update release script comment with current baseline version
- docs/AGENTS.md and service-discovery spec already updated in v2.0.17
This commit is contained in:
反编译工作区
2026-05-05 19:08:33 +08:00
parent ec05aa777d
commit c5febc9905
4 changed files with 23 additions and 10 deletions
@@ -4,6 +4,7 @@
# cw-elevator-application-V<版本>.<日期>(日期默认当天 YYYYMMDD,可用 RELEASE_DATE_LABEL 覆盖)。
# 用法:在仓库根执行 ./scripts/release-cw-elevator-application.sh [版本号]
# JAR 命名对齐 V1 运行包 cw-elevator-application-V1.0.0.20211103.jar。
# 当前基线版本 v2.0.17,构建时传入新版本号:./release-cw-elevator-application.sh 2.0.x
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/.." && pwd)"