JuliaCN / JuliaZH.jl

Julia语言中文文档
https://docs.juliacn.com
MIT License
512 stars 95 forks source link

tag 1.1 #83

Closed Roger-luo closed 4 years ago

Roger-luo commented 5 years ago

我们在1.2 release前tag一下1.1的文档?我已经给org安装 @JuliaRegisterator 了

Gnimuc commented 5 years ago

需要先把Transifex上的source全部更新到1.1-release branch,之前我已经更新了manual的source到1.1,Transifex可能正常检测diff,但目前还没有更新其它的source。

Roger-luo commented 4 years ago

@JuliaRegistrator register

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/15551

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.0 -m "<description of version>" 3ba6090b4838eaadf1c6e327af7d9d81e769e5ba
git push origin v1.3.0

Also, note the warning: Version 1.3.0 skips over 1.1.0 This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Roger-luo commented 4 years ago

@JuliaRegistrator register

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/15552

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.0 -m "<description of version>" e46bf271ec567364d6a0c0c743487f4093e5f443
git push origin v1.1.0