1.0.0 • Published 4 years ago

@html-validate/semantic-release v1.0.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

@html-validate/semantic-release

Semantic release configuration for the various HTML-validate packages.

  • Angular commit analyzer modified to consider chore(deps) as patch release.
  • Changelog with title from package.json, formatted with prettier.
  • Publishes release to NPM and Gitlab and pushes commit to Git.

Usage

Install:

npm install --save-dev semantic-release @html-validate/semantic-release

Configure:

{
	"release": {
		"extends": "@html-validate/semantic-release"
	}
}