Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolshres98 committed Dec 20, 2023
1 parent c19fe62 commit 011db6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automation-scripts/update-changelogs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ await $`find ./temp-target-changelogs/ -type f -name "*CHANGELOG.json" -exec sh
await $`rm -r ${targetPath}`;
await $`rm -r ${incomingPath}`;
// copy {release-version}.md to target branch if the commit that triggered this script run is from a major or minor version bump
if(commitMessage.endsWith(".0")) {
if (commitMessage.endsWith(".0")) {
await $`git checkout ${currentBranch} docs/changehistory/${commitMessage}.md`
}
// # regen CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion core/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Thu, 14 Dec 2023 20:23:02 GMT
_Version update only_

## 4.3.1
Wed, 13 Dec 2023 17:25:55 GMT
Wed, 13 Dec 2023 17:25:55 GMT a;osjdfa[sp'k]

_Version update only_
asd'apksd
Expand Down

0 comments on commit 011db6d

Please sign in to comment.