Socket
Socket
Sign inDemoInstall

@release-it/conventional-changelog

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@release-it/conventional-changelog

Conventional changelog plugin for release-it


Version published
Maintainers
1
Created

What is @release-it/conventional-changelog?

@release-it/conventional-changelog is an npm package that integrates with release-it to automate the generation of changelogs based on conventional commit messages. It helps in maintaining a consistent changelog format and automates the release process.

What are @release-it/conventional-changelog's main functionalities?

Automated Changelog Generation

This feature allows you to automatically generate a changelog based on conventional commit messages. The 'preset' option specifies the convention to follow, such as 'angular'.

{
  "plugins": {
    "@release-it/conventional-changelog": {
      "preset": "angular"
    }
  }
}

Customizable Changelog Presets

You can customize the changelog generation by specifying different presets and output files. The 'infile' option specifies the file where the changelog will be written.

{
  "plugins": {
    "@release-it/conventional-changelog": {
      "preset": "angular",
      "infile": "CHANGELOG.md"
    }
  }
}

Integration with release-it

This feature shows how to integrate @release-it/conventional-changelog with release-it to automate the entire release process, including generating changelogs and committing the release.

{
  "plugins": {
    "@release-it/conventional-changelog": {
      "preset": "angular"
    }
  },
  "git": {
    "commitMessage": "chore(release): ${version}"
  }
}

Other packages similar to @release-it/conventional-changelog

Keywords

FAQs

Package last updated on 30 Apr 2022

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc