We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c252d1 commit 0203500Copy full SHA for 0203500
1 file changed
doc/contributing/releases.md
@@ -138,7 +138,7 @@ you can do so with `gpg --keyserver keyserver.ubuntu.com --send-keys
138
Additionally, full GPG key fingerprints for individuals authorized to release
139
should be listed in the Node.js GitHub README.md file.
140
141
-> All commits to branches in `nodejs/node` other than `main` MUST be signed
+> All commits to branches in `nodejs/node` other than `main` and `actions/*` MUST be signed
142
> otherwise pushing to those branches will be rejected by GitHub.
143
> Run: `git config commit.gpgsign true` inside the `node` folder or use the
144
> `-S` flag on your git operations (The examples in this document will
0 commit comments