1.1.0 • Published 1 year ago

@5app/semantic-release-config v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Semantic Release shareable config

Known Vulnerabilities CircleCI

Install

  1. Create .releaserc.json file in directory, write into it:...
{
	"extends": "@5app/semantic-release-config"
}
  1. Install the dev dependency
npm i @5app/semantic-release-config
  1. Add Job to CI pipeline

See .circleci/config.yml for example

release:
    executor: default
    steps:
        - checkout
        - node/install-packages
        - run: npx semantic-release
  1. Grant @ci Team Privileges

In repo settings grant the CI user with write settings