Skip to content

Commit 8bd974a

Browse files
Release build 10.0.0 [ci release]
1 parent 2746a51 commit 8bd974a

File tree

4 files changed

+44290
-2
lines changed

4 files changed

+44290
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Ensure clean release branch from main
5353
run: |
5454
# Remove all tracked and untracked files except .git and .github
55-
find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name '.github' -exec rm -rf {} +
55+
find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name '.github' ! -name 'CHANGELOG.txt' -exec rm -rf {} +
5656
5757
# Copy files from main branch
5858
git checkout main -- .
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Check in files
6666
run: |
67-
git add -f build/ Sources/
67+
git add -f . ':!CHANGELOG.txt' ':!node_modules'
6868
6969
- name: Commit build files
7070
uses: stefanzweifel/git-auto-commit-action@v5

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Ignore changelog for deletion (#1768)
2+
- Reset release build to clear out old contents (#1767)
3+
- fix: Next Steps bubble spacing in Windows + visibility bug (#1719)
4+
- Multiple small NTP improvements (#1758)

injected/integration-test/extension/contentScope.js

Lines changed: 22142 additions & 0 deletions
Large diffs are not rendered by default.

injected/integration-test/test-pages/build/contentScope.js

Lines changed: 22142 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)