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

fix(NODE-5593): add repository field #28

Merged
merged 1 commit into from
Oct 12, 2023
Merged

fix(NODE-5593): add repository field #28

merged 1 commit into from
Oct 12, 2023

Conversation

durran
Copy link
Member

@durran durran commented Oct 12, 2023

Description

Adds repository field to package.json

What is changing?

Add repository field, checked with npm run release -- --dry-run to verify:

> $ npm run release -- --dry-run                                                                      ⬡ 18.12.1 [±NODE-5593 ●]

> [email protected] release
> standard-version -a -i HISTORY.md --dry-run

✔ bumping version in package.json from 6.0.0 to 6.0.1
✔ bumping version in package-lock.json from 6.0.0 to 6.0.1
✔ outputting changes to HISTORY.md

---
### [6.0.1](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v6.0.0...v6.0.1) (2023-10-12)
---

✔ committing package-lock.json and package.json and HISTORY.md and all staged files
✔ tagging release v6.0.1
ℹ Run `git push --follow-tags origin NODE-5593 && npm publish` to publish
Is there new documentation needed for these changes?

None

What is the motivation for this change?

NODE-5593

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@durran durran changed the title chore(NODE-5593): add repository field fix(NODE-5593): add repository field Oct 12, 2023
@nbbeeken nbbeeken merged commit dfe8892 into main Oct 12, 2023
@nbbeeken nbbeeken deleted the NODE-5593 branch October 12, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants