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: actions/check_branch_and_release_type/action.yaml
+31
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,41 @@ inputs:
4
4
release_type:
5
5
description: The type of version number to return. Must be one of [Snapshot, Patch, Minor or Major]
6
6
required: true
7
+
force_release:
8
+
description: If 'yes', will force the creation a release, if 'no' will not create a release. 'branch' will use release_type and the branch to determine if a release should be created.
0 commit comments