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
|`tag_name`| The name of the tag for this release. | N | Auto Incremented |
17
+
|`release_name`| The name of the release. | N | TAG_NAME |
18
+
|`body`| Text describing the contents of the release | N | N/A |
19
+
|`draft`|`true` to create a draft (unpublished) release, `false` to create a published one. | N |`false`|
20
+
|`prerelease`|`true` to identify the release as a prerelease. `false` to identify the release as a full release. | N |`false`|
21
+
|`prerelease_suffix`| The suffix added to a prerelease tag, if none already exists. | N |`beta`|
22
+
|`auto_increment_type`| Used for auto-incrementing the tag version. One of (`major`, `minor`, `patch`, `prerelease`, `premajor`). | N |`patch`|
23
+
|`tag_schema`| Used for computing the tag schema. One of (`continuous`, `semantic`). | N |`continuous`|
24
+
|`commitish`| Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit. | N |`context.sha`|
0 commit comments