From 77eb03e50808354831356700ed4272bf7de493f8 Mon Sep 17 00:00:00 2001 From: Matt Travi <126441+travi@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:07:51 -0500 Subject: [PATCH] docs(release-commits): encourage consideration around whether the plugin is needed for a project (#383) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad0921f3..12ce0cd2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ [**semantic-release**](https://github.com/semantic-release/semantic-release) plugin to create or update a changelog file. +> [!WARNING] +> Please consider whether committing release notes to a file is worth the [added complexity](https://semantic-release.gitbook.io/semantic-release/support/faq#should-release-notes-be-committed-to-a-changelog.md-in-my-repository-during-a-release) compared to other available options for capturing release notes. + [![Build Status](https://github.com/semantic-release/changelog/workflows/Test/badge.svg)](https://github.com/semantic-release/changelog/actions?query=workflow%3ATest+branch%3Amaster) [![npm latest version](https://img.shields.io/npm/v/@semantic-release/changelog/latest.svg)](https://www.npmjs.com/package/@semantic-release/changelog) [![npm next version](https://img.shields.io/npm/v/@semantic-release/changelog/next.svg)](https://www.npmjs.com/package/@semantic-release/changelog) @@ -54,7 +57,7 @@ With this example, for each release, a `docs/CHANGELOG.md` will be created or up ### Examples -When used with the [@semantic-release/git](https://github.com/semantic-release/git) or [@semantic-release/npm](https://github.com/semantic-release/npm) plugins the `@semantic-release/changelog` plugin must be called first in order to update the changelog file so the [@semantic-release/git](https://github.com/semantic-release/git) and [@semantic-release/npm](https://github.com/semantic-release/npm) plugins can include it in the release. +When used with the [@semantic-release/git](https://github.com/semantic-release/git) or [@semantic-release/npm](https://github.com/semantic-release/npm) plugins the `@semantic-release/changelog` plugin must be called before those plugins in order to update the changelog file so the [@semantic-release/git](https://github.com/semantic-release/git) and [@semantic-release/npm](https://github.com/semantic-release/npm) plugins can include it in the release. ```json {