From b413dd8f19cf1764e4590cf43850e5b959e236a8 Mon Sep 17 00:00:00 2001 From: hakuturu583 Date: Fri, 10 May 2024 09:41:41 +0900 Subject: [PATCH] fix link error of release note Signed-off-by: hakuturu583 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bbbeb7c3384..351b2727d55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,7 +86,7 @@ To keep the commit hashes consistent, **please DO NOT force-push the commit to y If you want to force-push the commit during the review, please contact the maintainers for approval in advance. If at least one maintainer approves your pull request and all checks are passed, your pull request will be merged into the `master` branch. -Your contribution will be recorded in the [release note](https://tier4.github.io/scenario_simulator_v2-docs/ReleaseNotes/). +Your contribution will be recorded in the [release note](https://tier4.github.io/scenario_simulator_v2-docs/release/ReleaseNotes/). Pull requests must be labeled `bump major`, `bump minor` or `bump patch`.