Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit a321d69

Browse files
committed
prepare release 7.0.1
1 parent 9f40bc8 commit a321d69

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -185,19 +185,9 @@ jobs:
185185
prerelease: false
186186
draft: false
187187
body: |
188-
### Breaking Changes
189-
- The H2 database version has been upgraded.
190-
- if you use the `dataDirectory` option you will need to run a purge after upgrading.
191-
- Upgraded to dotnet core 6.0. If analyzing dotnet assemblies the system will need to have the dotnet core 6.0.x runtime available.
192-
193188
### Changes
194-
- The Sarif report format has been fixed and can now be imported into GitHub if desired (See #3993).
195-
- Introduced IssueOps for False Positive reports to assist the team in evaluating FP reports.
196-
- [Create New FP Report Issue](https://github.com/jeremylong/DependencyCheck/issues/new?assignees=&labels=FP+Report&template=false-positive-report.yml&title=%5BFP%5D%3A+).
197-
- When analyzing Java projects ODC now includes data from the developers section.
198-
- This will likely cause false positives on things like Apache James, please report the FP and we will fix these quickly.
199189
- General project maintenance, bug fixes, and false positive reductions.
200-
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/28?closed=1).
190+
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/40?closed=1).
201191
202192
- name: Upload CLI
203193
id: upload-release-cli

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
22

3+
## [Version 7.0.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v7.0.1) (2022-03-23)
4+
5+
### Changes
6+
- General project maintenance, bug fixes, and false positive reductions.
7+
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/40?closed=1).
8+
39
## [Version 7.0.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v7.0.0) (2022-02-28)
410

511

0 commit comments

Comments
 (0)