diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf2a7a8ea9..4632446731 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -135,6 +135,7 @@ Tip: you can use `--versions` to list all available versions. * 如果 arthas-vmtool 有更新,则需要手动触发action,构建后会把新的动态库文件提交到 lib 目录。 https://github.com/alibaba/arthas/actions/workflows/build-vmtool.yaml * 修改`as.sh`里的版本,最后修改日期, `Bootstrap.java`里的版本,Dockerfile里的版本 * 修改本地的maven settings.xml +* 执行一次 gpg --sign /tmp/2.txt ,让 gpg 后台进程启动,否则打包可能失败 * mvn clean deploy -DskipTests -P full -P release * 到 https://oss.sonatype.org/ 上,“Staging Repositories”然后close掉自己的,再release