version number

Swift packages are based on the semantic versioning standard: "major.minor.patch"

  • major: indicates important changes and additions to the package which can also lead to no backwards compatibility.

  • minor: indicates smaller changes like new API additions or important fixes that don’t break the overall functionality.

  • patch: indicates small fixes to existing APIs.

設定版本號

在下面的畫面中,選擇「Tag "main" ...」

然後輸入版本號

Last updated

Was this helpful?