Skip to content

Commit 8dced0b

Browse files
committed
docs: update release section
1 parent 8f69a5e commit 8dced0b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,14 @@ We use nx release command to create releases for GitHub as well as publish to np
9090
**Preconditions:**
9191

9292
- `npm login` - Only users with write access to [code-pushup](https://www.npmjs.com/org/code-pushup) can publish
93+
- (optional) `GITHUB_TOKEN=ghp_...` in `.env` - [Personal access token](https://github.com/settings/personal-access-tokens/new) to create a GitHub release.
9394

9495
**Steps:**
9596

9697
- `git checkout main`, `git pull`
9798
- (recommended optional) `npx nx release --dryRun`
9899
- `npx nx release` and confirm publish prompt
99100

100-
**Env variable in `.env`:**
101-
102-
- `GITHUB_TOKEN=ghp_...` - to create a GitHub Release
103-
104101
## Project tags
105102

106103
[Nx tags](https://nx.dev/core-features/enforce-module-boundaries) are used to enforce module boundaries in the project graph when linting.

0 commit comments

Comments
 (0)