Update the note about from/toTag.

This commit is contained in:
ipcjs
2022-06-06 16:08:31 +08:00
parent 6c807b044d
commit 0bc0c91c3e
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -137,6 +137,8 @@ jobs:
💡 By default not specifying `fromTag` or `toTag` will resolve `toTag` from either the `ref` or alternatively fallback to the latest tag from the git API. `fromTag` is resolved by sorting tags using [semver](https://semver.org/). Check the [configuration](#configuration-specification) for alternatives.
💡 `fromTag` and `toTag` not just `tag`, they can be any legal git's `ref`
### Configuration
The action supports flexible configuration options to modify vast areas of its behavior. To do so, provide the configuration file to the workflow using the `configuration` setting.