Socket
Socket
Sign inDemoInstall

@semantic-release/release-notes-generator

Package Overview
Dependencies
2
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-release/release-notes-generator


Version published
Maintainers
2
Install size
8.28 MB
Created

Package description

What is @semantic-release/release-notes-generator?

The @semantic-release/release-notes-generator package is a plugin for the semantic-release system. It automates the generation of release notes based on your project's commit history, adhering to the Semantic Versioning specification. This tool parses commit messages, groups them into sections, and formats them into a markdown document, which can then be used in release documentation.

What are @semantic-release/release-notes-generator's main functionalities?

Generate release notes

This feature automates the creation of release notes from commits. The code sample shows how to use the release-notes-generator in a Node.js script to generate release notes by providing plugin configuration and context.

const generateNotes = require('@semantic-release/release-notes-generator');

async function generateReleaseNotes(pluginConfig, context) {
  const notes = await generateNotes(pluginConfig, context);
  console.log(notes);
}

Other packages similar to @semantic-release/release-notes-generator

Readme

Source

semantic-release release-notes-generator

npm version Build Status Coverage Status Dependency Status devDependency Status js-standard-style

Keywords

FAQs

Last updated on 13 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc