UNPKG

mycoder

Version:

A command line tool using agent that can do arbitrary tasks, including coding tasks

19 lines (18 loc) 493 B
{ "extends": "semantic-release-monorepo", "branches": ["release"], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@anolilab/semantic-release-pnpm", [ "@semantic-release/git", { "assets": ["package.json", "CHANGELOG.md"], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ], "@semantic-release/github" ] }