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
If one passes sets dry-run = true in tag-crates and also supplies a version number, then said number will be ignored.
If one doesn't supply anything, i.e. when dry-run = false and version is empty, then the actions fails.
To make this less confusing:
Not supplying setting dry-run should default to a dry-run to avoid accidental live-runs, hence the options should be renamed to live-run and default to false.
Not supplying a version should default to auto-generating it from git-describe no matter if live-run is true or false.
This will allow for the simple case of not supplying anything to be a live-run with an auto-generated version.
The text was updated successfully, but these errors were encountered:
Describe the release item
dry-run = true
in tag-crates and also supplies aversion
number, then said number will be ignored.dry-run = false
andversion
is empty, then the actions fails.To make this less confusing:
dry-run
should default to a dry-run to avoid accidental live-runs, hence the options should be renamed tolive-run
and default to false.git-describe
no matter iflive-run
is true or false.This will allow for the simple case of not supplying anything to be a live-run with an auto-generated version.
The text was updated successfully, but these errors were encountered: