Skip to content

Commit ef6c50e

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents c5479e3 + 5c9b192 commit ef6c50e

File tree

33 files changed

+3092
-202
lines changed

33 files changed

+3092
-202
lines changed

.github/workflows/authors-and-third-party-notices.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
run: |
5050
npm run update-security-test-summary
5151
52+
- name: Update tracking-plan.md
53+
run: npm run update-tracking-plan
54+
5255
- name: Create Pull Request
5356
id: cpr
5457
uses: peter-evans/create-pull-request@v6
@@ -60,8 +63,9 @@ jobs:
6063
THIRD-PARTY-NOTICES.md
6164
AUTHORS
6265
docs/security-test-summary.md
66+
docs/tracking-plan.md
6367
body: |
64-
- Update `AUTHORS`, `THIRD-PARTY-NOTICES` and `docs/security-test-summary.md`
68+
- Update `AUTHORS`, `THIRD-PARTY-NOTICES`, docs/tracking-plan.md and `docs/security-test-summary.md`
6569
6670
- name: Merge PR
6771
env:

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Wed Sep 11 2024.
2+
This document was automatically generated on Sun Sep 15 2024.
33

44
## List of dependencies
55

0 commit comments

Comments
 (0)