Update version, CHANGELOG, commit, tag, and push
Create a new release for 象棋笔记本.
Config/Version.xcconfig (the MARKETING_VERSION value)1.0.1 → 1.0.2)git describe --tags --abbrev=0)git log <last-tag>..HEAD --oneline to get all commits since the last releasegit diff <last-tag>..HEAD) or changed files to understand what each commit actually doesMARKETING_VERSION in Config/Version.xcconfig to the new versionCHANGELOG.md with the new version number--- separator between versionsConfig/Version.xcconfig and the full updated CHANGELOG.md contentCHANGELOG.md and Config/Version.xcconfigUpdate CHANGELOG.md with <version> release notesgit tag v<version>git push origin main --tagsgit rev-list --count HEAD) that will be used