We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202d090 commit 274374fCopy full SHA for 274374f
CONTRIBUTING.md
@@ -135,6 +135,7 @@ Tip: you can use `--versions` to list all available versions.
135
* 如果 arthas-vmtool 有更新,则需要手动触发action,构建后会把新的动态库文件提交到 lib 目录。 https://github.com/alibaba/arthas/actions/workflows/build-vmtool.yaml
136
* 修改`as.sh`里的版本,最后修改日期, `Bootstrap.java`里的版本,Dockerfile里的版本
137
* 修改本地的maven settings.xml
138
+* 执行一次 gpg --sign /tmp/2.txt ,让 gpg 后台进程启动,否则打包可能失败
139
* mvn clean deploy -DskipTests -P full -P release
140
141
* 到 https://oss.sonatype.org/ 上,“Staging Repositories”然后close掉自己的,再release
0 commit comments