Versions Compared

Key

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

...

docker push apache/iotdb:0.13.0-grafana-connector





发布 Go client (如果有需要发布)


本地clone go client 代码

git clone https://github.com/apache/iotdb-client-go

checkout 到相应的 rel/xx 分支,检查是否有遗漏的commit,如果有,可以从main分支cherry-pick过来。

打tag 并push到 github 仓库

git tag v0.xx.x

git push origin v0.xx.x


进入下面的链接,点 draft a new release,选刚才打的那个tag 之后 release 就行。

https://github.com/apache/iotdb-client-go/releases




That is all.