Skip to content

Commit aaf7aed

Browse files
changed to correct make it native file in docs repo
1 parent 4d06280 commit aaf7aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release-make-it-native.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const DOCS_REPO_OWNER = "MendixMobile";
3737
const DOCS_UPSTREAM_OWNER = "mendix";
3838
const DOCS_BRANCH_NAME = `update-mobile-release-notes-v${MIN_VERSION}`;
3939
const TARGET_FILE =
40-
"content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native-10.md";
40+
"content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md";
4141

4242
const octokit = new Octokit({ auth: GITHUB_PAT });
4343

0 commit comments

Comments
 (0)