Describe your question
Hello,
I did everything according to the description from README.md. The realese job cannot be launched in any way.
Pull request with the name "chore(release): 0.0.0" was created , CHANGELOG.md was generated. When I merge pull request with the main branch, the job pull request is started. Pull request with the name "chore(release): 0.0.0" was updated. If I comment
!simple-release/set-options
{
"bump": {
"firstRelease": true
},
}
the job pull request is started.
How run "realese" job?
Describe your question
Hello,
I did everything according to the description from
README.md. Therealesejob cannot be launched in any way.Pull request with the name "chore(release): 0.0.0" was created , CHANGELOG.md was generated. When I merge pull request with the main branch, the job
pull requestis started. Pull request with the name "chore(release): 0.0.0" was updated. If I comment!simple-release/set-options
{ "bump": { "firstRelease": true }, }the job
pull requestis started.How run "realese" job?