Skip to content

Commit

Permalink
fix(doc): update release notes
Browse files Browse the repository at this point in the history
renamed RELEASE_NOTES.md to CHANGELOG.md to be more conventional
  • Loading branch information
jeremylong committed Dec 4, 2022
1 parent afb09b3 commit b9d1862
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 169 deletions.
27 changes: 20 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy Release

##
## Automates the release process
## 1. Update the 'body:' below and the release_notes.md
## 1. Update the 'body:' below and the changelog.md
## 2. Run `./prepare-release.sh`
## 3. Create PR, merge PR
## 4. Run `git push origin main --tags`
Expand Down Expand Up @@ -185,12 +185,25 @@ jobs:
prerelease: false
draft: false
body: |
### Changes
- Automated release of 7.3.1 failed and only published to Central; 7.3.2 is a re-release of 7.3.1.
- Resolved several false positives and false negatives.
- Use Jackson Afterburner if still on Java 8 (#4966).
- Exclude `node_modules` from the Maven plugin's scan path (#4974).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/51?closed=1).
### Added
- Add support for npm package lock v2 and v3 (#5078)
- Added experimental support for Python Poetry (#5025)
- Added a vanilla HTML report for use in Jenkins (#5053)
### Changed
- Renamed `RELEASE_NOTES.md` to `CHANGELOG.md` to be more conventional
- Optimized checksum calculation to improve performance (#5112)
- Added support for scanning .NET assemblies when only the dotnet runtime is installed (#5087)
- Bumped several dependencies
### Fixed
- Fixed bug when setting the proxy port (#5076)
- Resolved several FP and FN
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/52?closed=1).
- name: Upload CLI
id: upload-release-cli
Expand Down
Loading

0 comments on commit b9d1862

Please sign in to comment.