Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit aa41392

Browse files
author
rfaircloth-splunk
committed
fix: update NOTICE
1 parent 975c556 commit aa41392

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
name: analysis-reports
221221
path: /tmp/analysis-reports
222222
- name: Update Notices
223-
run: cp -f /tmp/analysis-reports/NOTICE_summary NOTICE
223+
run: cp -f /tmp/analysis-reports/NOTICE_default NOTICE
224224

225225
- name: Semantic Release
226226
uses: cycjimmy/[email protected]

.ort.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
excludes:
3+
scopes:
4+
- pattern: "testDependencies"
5+
reason: "TEST_DEPENDENCY_OF"
6+
comment: "Packages for testing only. Not part of released artifacts."
7+
- pattern: "devDependencies"
8+
reason: "DEV_DEPENDENCY_OF"
9+
comment: "Packages for development only. Not part of released artifacts"

0 commit comments

Comments
 (0)