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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,11 @@ jobs:
33
33
## inputs
34
34
* `toml-path`: the path to the TOML file to use to determine the version, default to `pyproject.toml`
35
35
* `changelog-path`: the path to the markdown file to use to determine the version, default to `CHANGELOG.md`
36
+
* `release-prefix`: the prefix to be added to the release tag, default to an empty string
36
37
37
38
## outputs
38
39
* `is-new`: whether the step detected a new version
39
40
* `found-version`: the version detected by the action
40
41
* `release-notes`: the markdown snippet of the release notes of the version, will be blank if no version is not new
41
42
* `is-prerelease`: whether the version is detected as a pre-release (currently, all versions with a `-` in them are considered pre-releases). Will be blank if no version is not new.
43
+
* `release-tag`: the full tag of the release, including the prefix
0 commit comments