From dc250dd11fd73a2e0e4d13fbd98d223be6ec21ac Mon Sep 17 00:00:00 2001 From: "lean.dev" <34773040+leandro-deveikis@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:12:23 -0300 Subject: [PATCH] [10.0.x] Fix spellcheck (#82436) Fix spellcheck --- contribute/merge-pull-request.md | 2 +- packages/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contribute/merge-pull-request.md b/contribute/merge-pull-request.md index e5b721490a7..8865f76cfd6 100644 --- a/contribute/merge-pull-request.md +++ b/contribute/merge-pull-request.md @@ -48,7 +48,7 @@ Instead, when it is merged & closed then a bot will look for the most appropriat That milestone should always reflect the branch that the pull request is merged into. For every major and minor release there is a milestone ending with `.x` (e.g. `10.0.x` for the 10.0.x releases). -Pull requests targetting `main` should use the `.x` milestone of the next minor (or major) version (you can find that version number inside the `package.json` file). +Pull requests targeting `main` should use the `.x` milestone of the next minor (or major) version (you can find that version number inside the `package.json` file). Backport pull requestss should use the version of the target branch (e.g. `9.4.x` for the `v9.4.x` branch). ### Include in changelog and release notes? diff --git a/packages/README.md b/packages/README.md index 6fc9c3cd7b7..6fecc0c7f7d 100644 --- a/packages/README.md +++ b/packages/README.md @@ -36,7 +36,7 @@ Every commit to main that has changes within the `packages` directory is a subje > All of the steps below must be performed on a release branch, according to Grafana Release Guide. -> You must be logged in to NPM as part of Grafana NPM org before attempting to publish to the npm registery. +> You must be logged in to NPM as part of Grafana NPM org before attempting to publish to the npm registry. 1. Run `yarn packages:clean` script from the root directory. This will delete any previous builds of the packages. 2. Run `yarn packages:prepare` script from the root directory. This performs tests on the packages and prompts for the version of the packages. The version should be the same as the one being released.