2.2.3 • Published 4 months ago

@devpow112/semantic-release-config v2.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Semantic Release Configuration

License Version Release Node Version

Shareable semantic release configuration.

Installation

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

Usage

The shareable config can be configured in the Semantic Release configuration file.

{
  "extends": "@devpow112/semantic-release-config"
}

Development

Development can be done on any machine that can install Node.js. Only the latest LTS version is tested against.

Install Dependencies

Install dependencies via npm.

npm i

Linting

Execute linters via npm.

# git, javascript, markdown and package.json
npm run lint

# git only
npm run lint:git

# javascript only
npm run lint:js

# markdown only
npm run lint:md

# package.json only
npm run lint:pkg

Fixing

Execute automatic fixers via npm.

# javascript, markdown and package.json
npm run fix

# javascript only
npm run fix:js

# markdown only
npm run fix:md

# package.json only
npm run fix:pkg
2.2.3

4 months ago

2.2.1

5 months ago

2.2.2

5 months ago

2.2.0

7 months ago

2.1.2

1 year ago

2.1.1

1 year ago

1.2.3

1 year ago

1.4.0

1 year ago

1.2.2

1 year ago

1.3.0

1 year ago

2.0.0

1 year ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago