Skip to content

Commit

Permalink
docs: add a "dependencies" paragraph in the release notes (#36)
Browse files Browse the repository at this point in the history
Changes relating to dependencies were ignored in the previous
configuration.
  • Loading branch information
tbouffard committed Jul 3, 2023
1 parent b085add commit e8a293a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
changelog:
exclude:
labels:
- dependencies
- skip-changelog
categories:
- title: 🎉 New Features
Expand All @@ -13,6 +12,9 @@ changelog:
- title: 📝 Documentation
labels:
- documentation
- title: 📦 Dependencies
labels:
- dependencies
- title: ⚙️ Refactor
labels:
- refactor
Expand Down

0 comments on commit e8a293a

Please sign in to comment.