File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ If you have a root component (path is `.` or unset), then the action will also o
183
183
| `upload_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
184
184
| `html_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
185
185
| `tag_name` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
186
+ | `version` | Number representing full semver value |
186
187
| `major` | Number representing major semver value |
187
188
| `minor` | Number representing minor semver value |
188
189
| `patch` | Number representing patch semver value |
@@ -201,6 +202,7 @@ This prefix allows you to distinguish values for different releases.
201
202
| `<path>--upload_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
202
203
| `<path>--html_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
203
204
| `<path>--tag_name` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
205
+ | `<path>--version` | Number representing full semver value |
204
206
| `<path>--major` | Number representing major semver value |
205
207
| `<path>--minor` | Number representing minor semver value |
206
208
| `<path>--patch` | Number representing patch semver value |
You can’t perform that action at this time.
0 commit comments