Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 4 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@

## Maintainers

- Durran Jordan <<durran@gmail.com>>
- Daria Pardue <<daria.pardue@mongodb.com>>
- Bailey Pearson <<bailey.pearson@mongodb.com>>
- Daria Pardue <<daria.pardue@mongodb.com>>
- Durran Jordan <<durran@gmail.com>>
- Pavel Safronov <<pavel.safronov@mongodb.com>>
- Sergey Zelenov <<sergey.zelenov@mongodb.com>>

## Community Types

Expand Down
5 changes: 5 additions & 0 deletions etc/notes/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ Merging the release PR will make the action create a Github Release and subseque
> [!TIP]
> See the release workflow here: [.github/workflows/release.yml](.github/workflows/release.yml)
> [!TIP]
> If there have been no releasable units since the last release and you need to force a new release PR to exist (e.g., because you released an alpha and now want to release a major version), you can add the text "Release-As: x.x.x" to any commit body and release-please will open a new PR for that version. Read more [here](https://github.com/googleapis/release-please#how-do-i-change-the-version-number).
## Release Notes

The contents of the release PR's body becomes the contents of the Github Release.
Expand Down Expand Up @@ -153,6 +156,8 @@ an alpha.

Example PR: https://github.com/mongodb-js/mongodb-client-encryption/pull/104

See the tip in the [release-please](#release-please) section for what to do if you need to release a major version with no user-facing changes relative to the last released alpha.

## Packages

The following is a list of packages the Node.js team is responsible for and these release instructions apply to.
Expand Down