Skip to content
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

Merged
merged 1 commit into from May 5, 2022

Conversation

bengl
Copy link
Member

@bengl bengl commented Apr 13, 2022

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"
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done in latest push.

@bengl bengl force-pushed the bengl/add-collect-to-exports branch from 9ea3fbf to e79ae60 Compare April 14, 2022 18:08
@bengl bengl merged commit ad41ebf into nodejs:main May 5, 2022
github-actions bot pushed a commit that referenced this pull request May 5, 2022
## [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))
@github-actions
Copy link

github-actions bot commented May 5, 2022

🎉 This PR is included in version 3.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

renawolford6 added a commit to renawolford6/changelog-maker-javascript that referenced this pull request Nov 9, 2022
## [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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants