Skip to content

Commit

Permalink
mock release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Mar 7, 2024
1 parent da18ebc commit a9a5698
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ddg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ env:
VERSION: 'v10.2.0'
RELEASE_URL: 'https://github.com/duckduckgo/autoconsent/releases/tag/v10.2.0'
RELEASE_URL1: ${{ github.event.release.html_url }}
RELEASE_NOTES: 'Some release notes here.'
RELEASE_NOTES: |
#### 🚀 Enhancement
- feat: support coca-cola.com using OneTrust [#376](https://github.com/duckduckgo/autoconsent/pull/376) ([@seia-soto](https://github.com/seia-soto))
#### 🔩 Dependency Updates
- Bump the dev-dependencies group with 4 updates [#385](https://github.com/duckduckgo/autoconsent/pull/385) ([@dependabot[bot]](https://github.com/dependabot[bot]))
#### Authors: 2
- [@dependabot[bot]](https://github.com/dependabot[bot])
- HoJeong Go ([@seia-soto](https://github.com/seia-soto))
RELEASE_NOTES1: ${{ github.event.release.body }}
PR_TITLE: '[TESTING] Update autoconsent to v10.2.0'

Expand Down

0 comments on commit a9a5698

Please sign in to comment.