Skip to main content
Module

x/rad/.releaserc

general purpose build tool. statically typed, batteries included. command, function, and make-style tasks supported. improved npm scripts for deno.
Go to Latest
File
{ "branches": ["main", "next"], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", ["@semantic-release/exec", { "prepareCmd": "export NEXT_VERSION=${nextRelease.version} && NEXT_VERSION=${nextRelease.version} ./rad patchInstallVersion", }], ["@semantic-release/github", { "assets": [ {"path": "assets/install.sh", "label": "install.sh"} ] }] ]}