You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@ name: Build and Deploy Release
2
2
3
3
##
4
4
## Automates the release process
5
-
## 1. Update the 'body:' below and the changelog.md
5
+
## 1. Run `./list-changes.sh` and update the changelog.md.
6
6
## 2. Run `./prepare-release.sh`
7
7
## 3. Create PR, merge PR
8
-
## 4. Run `git push origin main --tags`
8
+
## 4. Run `git push origin --tags`
9
9
##
10
10
11
11
permissions:
@@ -186,12 +186,7 @@ jobs:
186
186
prerelease: false
187
187
draft: false
188
188
body: |
189
-
- fix: utilize maven proxy if present (#6255)
190
-
- fix: allow api key in cli to be quoted (#6253)
191
-
- fix: use correct maven plugin reporting plugin (#6244)
192
-
- fix: correct trailing comma in JSON report (#6245)
193
-
194
-
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/74?closed=1).
189
+
Refer to the [CHANGELOG.md](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md#change-log) for information about improvements and upgrade notes.
0 commit comments