@5app/semantic-release-config

1.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    114
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    114
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @5app/semantic-release-config

Weekly Downloads

114

Version

1.1.0

License

ISC

Unpacked Size

2.7 kB

Total Files

3

Last publish

Collaborators

  • adodson
  • diondiondion
  • ikhemissi
  • 5app-bot