-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add collect-commit-labels to exports #127
Conversation
package.json
Outdated
@@ -9,7 +9,8 @@ | |||
}, | |||
"exports": { | |||
"./groups": "./groups.js", | |||
"./process-commits": "./process-commits.js" | |||
"./process-commits": "./process-commits.js", | |||
"./collect-commit-labels": "./collect-commit-labels.js" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe sort the exports alphabetically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in latest push.
9ea3fbf
to
e79ae60
Compare
## [3.1.0](v3.0.0...v3.1.0) (2022-05-05) ### Features * add collect-commit-labels to exports ([#127](#127)) ([ad41ebf](ad41ebf)) ### Trivial Changes * **no-release:** bump actions/checkout from 2 to 3 ([#125](#125)) ([dfcda56](dfcda56)) * **no-release:** bump actions/setup-node from 2 to 3 ([#124](#124)) ([89a19e0](89a19e0)) * **no-release:** bump standard from 16.0.4 to 17.0.0 ([#129](#129)) ([387fff4](387fff4)) * **no-release:** bump tap from 15.2.3 to 16.0.0 ([#126](#126)) ([6665653](6665653))
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [3.1.0](nodejs/changelog-maker@v3.0.0...v3.1.0) (2022-05-05) ### Features * add collect-commit-labels to exports ([#127](nodejs/changelog-maker#127)) ([ad41ebf](nodejs/changelog-maker@ad41ebf)) ### Trivial Changes * **no-release:** bump actions/checkout from 2 to 3 ([#125](nodejs/changelog-maker#125)) ([dfcda56](nodejs/changelog-maker@dfcda56)) * **no-release:** bump actions/setup-node from 2 to 3 ([#124](nodejs/changelog-maker#124)) ([89a19e0](nodejs/changelog-maker@89a19e0)) * **no-release:** bump standard from 16.0.4 to 17.0.0 ([#129](nodejs/changelog-maker#129)) ([387fff4](nodejs/changelog-maker@387fff4)) * **no-release:** bump tap from 15.2.3 to 16.0.0 ([#126](nodejs/changelog-maker#126)) ([6665653](nodejs/changelog-maker@6665653))
Enables nodejs/branch-diff#50