This GitHub action computes the next milestone release name and date.
| Input | Description | Required |
|---|---|---|
|
The current project version. |
|
|
The token to query repository information (e.g. milestones). |
|
|
The repository to query for information. |
|
|
The project slug for the Projects API (https://api.spring.io/projects). Defaults to the repository name with |
|
|
The base URL or filesystem path for the Projects API. Defaults to |
|
| Output | Description |
|---|---|
|
The next project version. |
|
The scheduled date for the next project version. |
|
The type of the next project version (for example, 'oss', 'enterprise'). |