Is your enhancement related to a problem? Please describe.
I'd like to be assured that a deployment to wordpress.org is as expected before tagging it.
Describe the solution you'd like
If it was possible to perform a trunk-only release via this action, I could then verify the changes in the trunk branch are expected before triggering a regular release which creates the tag.
It would be neat if this action supported a configuration environment variable that instructed it to only deploy the changes to trunk, without also copying them to the tag. It would need to be possible to perform a subsequent release to the tag without it being skipped due to no changed files, so maybe two vars are needed such as NO_TRUNK and ONLY_TRUNK.
Is your enhancement related to a problem? Please describe.
I'd like to be assured that a deployment to wordpress.org is as expected before tagging it.
Describe the solution you'd like
If it was possible to perform a trunk-only release via this action, I could then verify the changes in the trunk branch are expected before triggering a regular release which creates the tag.
It would be neat if this action supported a configuration environment variable that instructed it to only deploy the changes to trunk, without also copying them to the tag. It would need to be possible to perform a subsequent release to the tag without it being skipped due to no changed files, so maybe two vars are needed such as
NO_TRUNKandONLY_TRUNK.