Skip to content

Commit a610f6d

Browse files
Merge pull request Jimdo#1 from Jimdo/add-target-commitish
Added commitish as input
2 parents ed250bf + cebe9e7 commit a610f6d

File tree

4 files changed

+27645
-9856
lines changed

4 files changed

+27645
-9856
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ Create a workflow `.yml` file in your `.github/workflows` directory. An [example
1111
### Inputs
1212
For more information on these inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)
1313

14-
| Parameter | Description | Required | Default |
15-
| ------------------- | ------------------------------------------------------------------------------------------ | -------- | ------------ |
16-
| `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` |
14+
| Parameter | Description | Required | Default |
15+
|-----------------------|-----------------------------------------------------------------------------------------------------------------------------|----------|------------------|
16+
| `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` |
2425

2526

2627

0 commit comments

Comments
 (0)