diff --git a/update/appcast.xml b/update/appcast.xml
index 212d542c4..f99ed05c5 100644
--- a/update/appcast.xml
+++ b/update/appcast.xml
@@ -6,11 +6,11 @@
小狼毫 Appcast 更新頻道
zh
-
- 小狼毫 0.16.1
+ 小狼毫 0.16.2
http://rime.github.io/release/weasel/release-notes.html
- Thu, 06 Jun 2024 19:29:28 +0800
- Mon, 30 Sep 2024 11:51:10 +0800
+
diff --git a/update/bump-version.sh b/update/bump-version.sh
index 2fca3fdda..52e0557db 100755
--- a/update/bump-version.sh
+++ b/update/bump-version.sh
@@ -72,6 +72,9 @@ update_version_number() {
update_version_number build.bat VERSION_MAJOR $old_major $new_major
update_version_number build.bat VERSION_MINOR $old_minor $new_minor
update_version_number build.bat VERSION_PATCH $old_patch $new_patch
+update_version_number xbuild.bat VERSION_MAJOR $old_major $new_major
+update_version_number xbuild.bat VERSION_MINOR $old_minor $new_minor
+update_version_number xbuild.bat VERSION_PATCH $old_patch $new_patch
if [[ $OSTYPE =~ darwin ]]; then
L_BOUND='[[:<:]]'
@@ -114,13 +117,14 @@ update_version_string update/appcast.xml
update_pub_date update/testing-appcast.xml
update_pub_date update/appcast.xml
-update_changelog "${new_version}"
-${VISUAL:-${EDITOR:-nano}} CHANGELOG.md
-match_line "## ${new_version} " CHANGELOG.md || (
- echo >&2 "CHANGELOG.md has no changes for version ${new_version}."
- exit 1
-)
-bash update/write-release-notes.sh
+# changelog manually, so disable this
+#update_changelog "${new_version}"
+#${VISUAL:-${EDITOR:-nano}} CHANGELOG.md
+#match_line "## ${new_version} " CHANGELOG.md || (
+# echo >&2 "CHANGELOG.md has no changes for version ${new_version}."
+# exit 1
+#)
+#bash update/write-release-notes.sh
release_message="chore(release): ${new_version} :tada:"
release_tag="${new_version}"
diff --git a/update/testing-appcast.xml b/update/testing-appcast.xml
index 2f93d3fac..d5e679f5d 100644
--- a/update/testing-appcast.xml
+++ b/update/testing-appcast.xml
@@ -6,11 +6,11 @@
小狼毫測試版 Appcast 更新頻道
zh
-
- 小狼毫 0.16.1
+ 小狼毫 0.16.2
http://rime.github.io/testing/weasel/release-notes.html
- Thu, 06 Jun 2024 19:29:28 +0800
- Mon, 30 Sep 2024 11:51:10 +0800
+