Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
changelog:
exclude:
labels:
- ignore-for-release
- submodules
authors:
- mongodb-drivers-pr-bot
categories:
- title: Breaking Changes 🛠
labels:
- breaking-change
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we going to start labeling pull requests? Should we create a JIRA automation rule to label pull requests bug, enhancement, breaking-change? If not, perhaps we should update the pull request template to note this as a TODO: https://github.com/mongodb/mongo-go-driver/blob/master/docs/pull_request_template.md

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we think that kind of labelling is useful, we should start doing it. In the end, it's a team decision. Without these categories, the changelog is presented as a single list, which would also fine for the beginning.

- title: New Features
labels:
- enhancement
- title: Fixed
labels:
- bug
- fixed
- title: Other Changes
labels:
- "*"
Loading