Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 87888a9

Browse files
committed
added changelog command in contributing.md
1 parent f563d0c commit 87888a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,11 @@ Generate a GitHub auth token by going to https://github.com/settings/tokens
233233

234234
Generate the changelog in the `root` of the project with:
235235
```sh
236+
# Linux
236237
GITHUB_AUTH=<Your GitHub auth token> yarn run changelog
238+
239+
# Windows
240+
set GITHUB_AUTH=<Your GitHub auth token> && yarn run changelog
237241
```
238242
Copy the generated content and paste it as a description into the in [Step 3](#3-create-pull-request-to-master)
239243
created `Pull Request`. Save the changelog somewhere in between because we need it again in the next step ([Step 5](#5-bump-version)).

0 commit comments

Comments
 (0)