Skip to content

Commit

Permalink
fix(release.yml): add dependencies to release.yml (#3522)
Browse files Browse the repository at this point in the history
* fix(release.yml): add dependencies to release.yml

* fix(release.yml): add build to release.yml

---------

Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
  • Loading branch information
nitrocode and jamengual authored Jun 19, 2023
1 parent 1a23b54 commit 3b4545f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ changelog:
labels:
- ignore-for-release
- docs
- github-actions
authors:
- octocat
categories:
Expand All @@ -21,3 +22,9 @@ changelog:
- title: Other Changes
labels:
- "*"
- title: Dependencies
labels:
- dependencies
- title: Build
labels:
- build

0 comments on commit 3b4545f

Please sign in to comment.