Skip to content

Commit 73d2491

Browse files
authored
fix(repo): Change "backports.mjs" to "backport.mjs" in PUBLISH docs (#2108)
1 parent a6451ae commit 73d2491

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/empty-jars-press.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

docs/PUBLISH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If a PR got merged into `main` that should also be released in older versions (e
4949
Duplicate the `.env.example` file inside `scripts` and rename it to `.env`. Fill out the `GITHUB_ACCESS_TOKEN` variable. Afterwards, you'll be able to run the CLI like so:
5050

5151
```shell
52-
node backports.mjs release/v4 1234
52+
node backport.mjs release/v4 1234
5353
```
5454

5555
The command above will backport the PR `1234` to the branch `release/v4`.

0 commit comments

Comments
 (0)