Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

mvn release:prepare -DautoVersionSubmodules=true -P site -P compile-grafana-plugin -P compile-cpp -P code-coverage -P get-jar-with-dependencies

注2,若自身电脑没有docker,建议将testcontainer模块中的版本号进行手动修改。



如果出现sign失败,可以尝试以下命令
export GPG_TTY=$(tty)

...