Skip to content

Semantic release config based on conventional config with some additions.

License

Notifications You must be signed in to change notification settings

aristek/semantic-release-config-aristek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semantic-release-config-aristek

Semantic release config for version management and package publishing. It uses our own preset based on conventional commits.

Features

  • Using npm and git plugins to write version to package.json and publish to npm registry.
  • Using github plugin to publish a GitHub release.
  • Release for feat, fix, perf and build commit types.

Installation

To add package to project's dependencies via npm run:

npm i -E -D semantic-release semantic-release-config-aristek

Or via yarn:

yarn add -E -D semantic-release semantic-release-config-aristek

Usage

Add this lines to your package.json file:

"release": {
  "extends": "semantic-release-config-aristek"
}

About

Semantic release config based on conventional config with some additions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •