Can we release a PR related changes when the label was not added

Hi, while using Jenkins release through GitHub Actions Can we release a PR related changes when the label was not added? One of the PRs with no label has been merged to ‘main’ branch. Would the release process consider this as interest to users and release it? If not, is there a way to release these changes?
Generally, instead of automated release we perform a release by triggering the workflow.

If you haven’t yet run a manual release you can add the label also afterwards and then trigger the release workflow manually.
Without label and triggering the release workflow the change will appear under other changes. You could then manually change the release description in github so it is also shown properly on the plugin page at plugins.jenkins.io
Afaik manually triggering the release workflow will always create a new release also when there are no interesting changes normally

Thanks for the inputs. This helps!