Skip to content

Commit

Permalink
fix: ci workflow for updating android version automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Oct 16, 2024
1 parent 1f18e01 commit b477fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
["@semantic-release/git", {
"assets": [
"CHANGELOG.md",
"package.json"
"package.json",
"android/src/main/res/values/customer_io_config.xml"
],
"message": "chore: prepare for ${nextRelease.version}\n\n${nextRelease.notes}"
}
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/res/values/customer_io_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
This will be updated by update-version script with React Native package version
whenever new version of React Native package is released
-->
<string name="customer_io_react_native_sdk_client_version">3.9.1</string>
<string name="customer_io_react_native_sdk_client_version">4.0.0</string>
</resources>

0 comments on commit b477fbc

Please sign in to comment.