Skip to content

Commit 347bb9d

Browse files
Release build 11.0.0 [ci release]
1 parent 6ab2455 commit 347bb9d

File tree

418 files changed

+19
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

418 files changed

+19
-66
lines changed

.github/scripts/diff-directories.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,8 @@ function sortFiles(dirFiles, dirName) {
113113
}
114114

115115
const buildDir = '/build';
116-
const sourcesOutput = '/Sources/ContentScopeScripts/';
117116
sortFiles(readFilesRecursively(dir1 + buildDir), 'dir1');
118117
sortFiles(readFilesRecursively(dir2 + buildDir), 'dir2');
119-
sortFiles(readFilesRecursively(dir1 + sourcesOutput), 'dir1');
120-
sortFiles(readFilesRecursively(dir2 + sourcesOutput), 'dir2');
121118

122119
// console.log(Object.keys(files))
123120
const fileOut = displayDiffs(sections.dir1, sections.dir2);

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git config --global user.name "github-actions[bot]"
4242
git config --global user.email "github-actions[bot]@users.noreply.github.com"
4343
git checkout -b pr-releases/pr-${PR_NUMBER}
44-
git add -f build Sources
44+
git add -f build
4545
git commit -m "Add build folder for PR ${PR_NUMBER}"
4646
git push -u origin pr-releases/pr-${PR_NUMBER} --force
4747
echo "BRANCH_NAME=pr-releases/pr-${PR_NUMBER}" >> $GITHUB_ENV

CHANGELOG.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
- NTP: Address omnibar design feedback (#1860)
2-
- Fix disappearing search icon in WebKit (#1858)
3-
- Add building tips (#1807)
4-
- build(deps-dev): bump eslint from 9.31.0 to 9.32.0 in the eslint group (#1854)
5-
- build(deps-dev): bump wait-on from 8.0.3 to 8.0.4 (#1856)
6-
- build(deps-dev): bump typedoc in the typescript group (#1855)
1+
- Move Apple release dir (#1808)

Package.swift

Lines changed: 0 additions & 29 deletions
This file was deleted.

Sources/ContentScopeScripts/ContentScopeScripts.swift

Lines changed: 0 additions & 5 deletions
This file was deleted.

Sources/ContentScopeScripts/dist/pages/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)