You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Run Black Tool Locally](#run-black-tool-locally)
@@ -50,6 +51,11 @@ Generate Release Notes action is dedicated to enhance the quality and organizati
50
51
-**Description**: The name of the tag for which you want to generate release notes. This should be the same as the tag name used in the release workflow.
51
52
-**Required**: Yes
52
53
54
+
### `from-tag-name`
55
+
-**Description**: The name of the tag from which you want to generate release notes.
56
+
-**Required**: No
57
+
-**Default**: ``
58
+
53
59
### `chapters`
54
60
-**Description**: An YAML array defining chapters and corresponding labels for categorization. Each chapter should have a title and a label matching your GitHub issues and PRs.
55
61
-**Required**: Yes
@@ -139,7 +145,8 @@ Add the following step to your GitHub workflow (in example are used non-default
- {"title": "New Features 🎉", "label": "enhancement"}
@@ -254,6 +262,11 @@ Duplicity lines in `custom` chapters can point to potential issues with wrong la
254
262
255
263
By setting `duplicity-icon` you can customize the icon used to indicate duplicity issue lines in the release notes. Icon will be placed at the beginning of the line. The duplicity icon is visible from **second** occurrence of the issue in the selected scope.
256
264
265
+
### Define "From Tag" Name
266
+
By setting the `from-tag-name` option, the action will generate release notes from the specified tag to the tag defined in the `tag-name` option. This feature is helpful for generating release notes for a specific range of tags.
267
+
268
+
The final interval is time-based. The `published-at` or `created-at` timestamp of the previous release or repository creation date, if it is the first release, is used as the starting point. The previous release is determined to be the previous semantic version tag.
269
+
257
270
## Get Started
258
271
259
272
Clone the repository and navigate to the project directory:
0 commit comments