3.0.23 • Published 6 years ago

@eliasnorrby/semantic-release-config v3.0.23

Weekly downloads
103
License
MIT
Repository
github
Last release
6 years ago

Semantic Release Config

Travis npm

Dependabot Status semantic-release

My semantic-release config. It extends the default configuration by adding the changelog and git plugins.

:warning: Subject to change in the future.

Setup

Using npx

Run the following command to install and configure semantic-release

npx @eliasnorrby/semantic-release-config

This will run a setup script, adding this package to devDependencies and writing the config to .releaserc.js.

--no-install

Run setup with the --no-install flag to avoid installing this package as a dependency. Your .releaserc.js will contain a sample list of plugins for you to add to instead of extending this package.

Manually

Install the package

npm i -D @eliasnorrby/semantic-release-config

and add the configuration to .releaserc.js.

.releaserc.js

module.exports = require('@eliasnorrby/semantic-release-config')

Overriding settings

Just add your overrides to .releaserc.js:

module.exports = {
  ...require('@eliasnorrby/semantic-release-config'),
  branch: 'production',
}
3.0.23

6 years ago

3.0.22

6 years ago

3.0.21

6 years ago

3.0.20

6 years ago

3.0.19

6 years ago

3.0.18

6 years ago

3.0.17

6 years ago

3.0.16

6 years ago

3.0.15

6 years ago

3.0.14

6 years ago

3.0.13

6 years ago

3.0.12

6 years ago

3.0.11

6 years ago

3.0.10

6 years ago

3.0.9

6 years ago

3.0.8

6 years ago

3.0.7

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.2.11

6 years ago

2.2.10

6 years ago

2.2.9

6 years ago

2.2.8

6 years ago

2.2.7

6 years ago

2.2.6

6 years ago

2.2.5

6 years ago

2.2.4

6 years ago

2.2.3

6 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.4

7 years ago

2.1.2

7 years ago

2.1.3

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago