Socket
Socket
Sign inDemoInstall

@semantic-release/release-notes-generator

Package Overview
Dependencies
Maintainers
4
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-release/release-notes-generator - npm Package Compare versions

Comparing version 6.0.5 to 6.0.6

9

package.json
{
"name": "@semantic-release/release-notes-generator",
"description": "Customizable release-notes-generator plugin for semantic-release",
"version": "6.0.5",
"version": "6.0.6",
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",

@@ -35,3 +35,3 @@ "bugs": {

"conventional-changelog-ember": "^0.3.0",
"conventional-changelog-eslint": "^0.3.0",
"conventional-changelog-eslint": "^1.0.0",
"conventional-changelog-express": "^0.3.0",

@@ -49,3 +49,3 @@ "conventional-changelog-jshint": "^0.3.0",

"engines": {
"node": ">=4"
"node": ">=8.3"
},

@@ -88,3 +88,4 @@ "files": [

"publishConfig": {
"access": "public"
"access": "public",
"tag": "next"
},

@@ -91,0 +92,0 @@ "repository": {

@@ -9,2 +9,5 @@ # **release-notes-generator**

[![npm latest version](https://img.shields.io/npm/v/@semantic-release/release-notes-generator/latest.svg)](https://www.npmjs.com/package/@semantic-release/release-notes-generator)
[![npm next version](https://img.shields.io/npm/v/@semantic-release/release-notes-generator/next.svg)](https://www.npmjs.com/package/@semantic-release/release-notes-generator)
## Options

@@ -14,3 +17,3 @@

Additionnal options can be set within the plugin definition in `package.json` to use a different commit format and to customize it:
Additional options can be set within the plugin definition in `package.json` to use a different commit format and to customize it:

@@ -40,3 +43,2 @@ ```json

**NOTE:** `options.config` will be overwritten by the values of preset. You should use either `preset` or `config`, but not both. Individual properties of `parserOpts` and `writerOpts` will overwrite ones loaded with `preset` or `config`.

@@ -67,3 +69,2 @@

The following example uses [Angular convention](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/convention.md) but will sort the commits in the changelog by `subject` then `scope`. By default the [preset](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/index.js#L90) sort the commits in the changelog by `scope` then `subject`.

@@ -83,1 +84,5 @@

```
## Usage
The plugin is used by default by [semantic-release](https://github.com/semantic-release/semantic-release) so installing it is not necessary and all configuration are optionals.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc