Skip to content

docs: clarify release authorization and permissions in release process #387

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 7 additions & 9 deletions docs/contributing/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,23 @@

This document contains the technical aspects of the Express release process. The
intended audience is those who have been authorized by the Express Technical
Committee (TC) to create, promote and sign official release builds for Express,
as npm packages hosted on <https://npmjs.com/package/express>.
Committee (TC) to create, promote and sign official release builds for any
package governed by Express.

## Who can make releases?

Release authorization is given by the Express TC. Once authorized, an individual
must have the following access permissions:
Release authorization is given by the Express TC or by the captains of the package
to be released. Once authorized, an individual must have the following access permissions:

### 1. Github release access

The individual making the release will need to be a member of the
expressjs/express team with Write permission level so they are able to tag the
release commit and push changes to the expressjs/express repository
(see Steps 4 and 5).
The person making the release must be either the package captain or a member of the TC in
order to have sufficient permissions to do the work.

### 2. npmjs.com release access

The individual making the release will need to be made an owner on the
`express` package on npmjs.com so they are able to publish the release
package on npmjs.com so they are able to publish the release
(see Step 6).

## How to publish a release
Expand Down