Skip to content

Commit 532d8d3

Browse files
authored
docs: misc docs updates (#4789)
1 parent e226a8d commit 532d8d3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CONTRIBUTORS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@
5656

5757
## Maintainers
5858

59-
- Durran Jordan <<[email protected]>>
60-
- Daria Pardue <<[email protected]>>
6159
- Bailey Pearson <<[email protected]>>
60+
- Daria Pardue <<[email protected]>>
61+
- Durran Jordan <<[email protected]>>
62+
- Pavel Safronov <<[email protected]>>
63+
- Sergey Zelenov <<[email protected]>>
6264

6365
## Community Types
6466

etc/notes/releasing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Merging the release PR will make the action create a Github Release and subseque
4646
> [!TIP]
4747
> See the release workflow here: [.github/workflows/release.yml](.github/workflows/release.yml)
4848
49+
> [!TIP]
50+
> 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).
51+
4952
## Release Notes
5053

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

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

159+
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.
160+
156161
## Packages
157162

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

0 commit comments

Comments
 (0)