Semantic Release
Step 1: Configure your CI environment
Step 2: Configure Semantic Release
yarn add @continuous-auth/semantic-release-npm --devnpm install @continuous-auth/semantic-release-npm --save-dev{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@continuous-auth/semantic-release-npm",
"@semantic-release/github"
]
}Step 3: Try trigger a release
Step 4 (Optional): Use GitHub Action
Last updated
Was this helpful?