- add v5 upgrade disclaimer
This commit is contained in:
@@ -62,6 +62,9 @@ Specify the action as part of your GitHub actions workflow:
|
|||||||
uses: mikepenz/release-changelog-builder-action@{latest-release}
|
uses: mikepenz/release-changelog-builder-action@{latest-release}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> When upgrading from v4 to v5, please ensure to read the upgrade warning in the [release notes](https://github.com/mikepenz/release-changelog-builder-action/releases), especially if [regexes](https://github.com/mikepenz/release-changelog-builder-action?tab=readme-ov-file#regex-configuration) are used.
|
||||||
|
|
||||||
## Full Sample 🖥️
|
## Full Sample 🖥️
|
||||||
|
|
||||||
Below is a complete example showcasing how to define a build, which is executed when tagging the project. It consists of:
|
Below is a complete example showcasing how to define a build, which is executed when tagging the project. It consists of:
|
||||||
@@ -69,9 +72,6 @@ Below is a complete example showcasing how to define a build, which is executed
|
|||||||
- Build changelog, given the tag
|
- Build changelog, given the tag
|
||||||
- Create a release on GitHub - specifying body with a constructed changelog
|
- Create a release on GitHub - specifying body with a constructed changelog
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Pre v4 PRs will only show up in the changelog if assigned one of the default label categories "feature", "fix" or "test". Starting with v4 these PRs will be in the `Uncategorized` section.
|
|
||||||
|
|
||||||
<details><summary><b>Example</b></summary>
|
<details><summary><b>Example</b></summary>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user