admin管理员组

文章数量:1410712

I have been trying to create a monorepo that controls many packages. I've set up release-please as a GitHub action with config and manifest. The config looks like:

{
    "$schema": ".json",
    "pull-request-title-pattern": "chore: release${component} ${version}",
    "changelog-sections": [
        {
            "type": "feat",
            "section": "

本文标签: releaseplease GitHub action manifest releaser to force bump all packagesStack Overflow