Allow the workflow to receive an initial version as an input parameter for semantic release.
Proposal
Add an optional input to the action:
inputs:
initial-version:
description: 'Initial version for semantic release (e.g. 1.0.0)'
required: false
default: '1.0.0'
Allow the workflow to receive an initial version as an input parameter for semantic release.
Proposal
Add an optional input to the action: