Skip to content

Commit

Permalink
fix(repo): Change "backports.mjs" to "backport.mjs" in PUBLISH docs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nikospapcom authored Nov 10, 2023
1 parent a6451ae commit 73d2491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/empty-jars-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion docs/PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If a PR got merged into `main` that should also be released in older versions (e
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:

```shell
node backports.mjs release/v4 1234
node backport.mjs release/v4 1234
```

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

0 comments on commit 73d2491

Please sign in to comment.