3.0.23 • Published 3 years ago

@eliasnorrby/semantic-release-config v3.0.23

Weekly downloads
103
License
MIT
Repository
github
Last release
3 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

3 years ago

3.0.22

3 years ago

3.0.21

4 years ago

3.0.20

4 years ago

3.0.19

4 years ago

3.0.18

4 years ago

3.0.17

4 years ago

3.0.16

4 years ago

3.0.15

4 years ago

3.0.14

4 years ago

3.0.13

4 years ago

3.0.12

4 years ago

3.0.11

4 years ago

3.0.10

4 years ago

3.0.9

4 years ago

3.0.8

4 years ago

3.0.7

4 years ago

3.0.6

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.2.11

4 years ago

2.2.10

4 years ago

2.2.9

4 years ago

2.2.8

4 years ago

2.2.7

4 years ago

2.2.6

4 years ago

2.2.5

4 years ago

2.2.4

4 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.4

4 years ago

2.1.2

4 years ago

2.1.3

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago