From 73d249192cd89ca2d65cc7e15a9665886e12c2be Mon Sep 17 00:00:00 2001 From: Papageorgiou Nikos Date: Fri, 10 Nov 2023 09:54:43 +0200 Subject: [PATCH] fix(repo): Change "backports.mjs" to "backport.mjs" in PUBLISH docs (#2108) --- .changeset/empty-jars-press.md | 2 ++ docs/PUBLISH.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .changeset/empty-jars-press.md diff --git a/.changeset/empty-jars-press.md b/.changeset/empty-jars-press.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/empty-jars-press.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/docs/PUBLISH.md b/docs/PUBLISH.md index 9cffc6ea20..efbb5922e8 100644 --- a/docs/PUBLISH.md +++ b/docs/PUBLISH.md @@ -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`.