This repo has auto Git release workflow using Release-Please. For guide and to know how it works, ref to Git Auto Release Trunk Tag Based CI/CD
README for each workflow can be found separately, they are named as README-<< the-workflow-name >>.md
- Follow conventional commit with scope set to the workflow file. For example, if you are adding feature to
nodejs-ci
set the scope tonodejs-ci
,feature(nodejs-ci): ...message...
- In worklow created
- job name and job ID must be same.
- Job name and ID must follow "-" delimeter (do not use space, "_", or any other)
jobs: pr-agent: name: pr-agent