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
🩹[Patch]: Update release configuration and action inputs (#22)
## Description
- Remove `improvement` as a minor label.
- Remove `bug` as a patch label.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]
## Checklist
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,8 @@ prerelease with the branch name (in normalized form) as the prerelease name. By
31
31
- For a minor release, and increasing the second number in the version.
32
32
-`minor`
33
33
-`feature`
34
-
-`improvement`
35
34
- For a patch release, and increases the third number in the version.
36
35
-`patch`
37
-
-`bug`
38
36
-`fix`
39
37
40
38
The types of labels used for the types of prereleases can be configured using the `MajorLabels`, `MinorLabels` and `PatchLabels`
@@ -58,10 +56,10 @@ The action can be configured using the following settings:
58
56
|`IgnoreLabels`| A comma separated list of labels that do not trigger a release. |`NoRelease`| false |
59
57
|`IncrementalPrerelease`| Control wether to automatically increment the prerelease number. If disabled, the action will ensure only one prerelease exists for a given branch. |`true`| false |
60
58
|`MajorLabels`| A comma separated list of labels that trigger a major release. |`major, breaking`| false |
61
-
|`MinorLabels`| A comma separated list of labels that trigger a minor release. |`minor, feature, improvement`| false |
59
+
|`MinorLabels`| A comma separated list of labels that trigger a minor release. |`minor, feature`| false |
62
60
|`ModulePath`| Path to the folder where the module to publish is located. |`outputs/modules`| false |
63
61
|`Name`| Name of the module to publish. Defaults to the repository name. || false |
64
-
|`PatchLabels`| A comma separated list of labels that trigger a patch release. |`patch, fix, bug`| false |
62
+
|`PatchLabels`| A comma separated list of labels that trigger a patch release. |`patch, fix`| false |
65
63
|`VersionPrefix`| The prefix to use for the version number. |`v`| false |
66
64
|`WhatIf`| Control wether to simulate the action. If enabled, the action will not create any releases. Used for testing. |`false`| false |
0 commit comments