Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-conventional-commits

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-conventional-commits - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/commands/commandChangelog.js

@@ -31,3 +31,3 @@ const Config = require("./config");

alias: 'm',
desc: 'add multiple custom markdown to changelog e.g. "### Assets\\n* [awesome app](https://example.org/awesome.zip)"',
desc: 'Add multiple custom markdown snippets e.g. "### Assets\\n* [awesome app](https://example.org/awesome.zip)"',
requiresArg: true

@@ -34,0 +34,0 @@ })

{
"name": "git-conventional-commits",
"version": "1.0.0",
"version": "1.0.1",
"description": "git conventional commits util",

@@ -5,0 +5,0 @@ "licence": "MIT",

# Git Conventional Changelog Generator
[![npm](https://img.shields.io/npm/v/git-conventional-commits)](https://www.npmjs.com/package/git-conventional-commits)
**Please find attached [Git Commit Convention](#git-commit-convention)**

@@ -140,3 +142,3 @@

### Release Workflow with `git-conventional-changelog`
### Release Workflow with `git-conventional-commits`
1. Determine version by `git-conventional-changelog version`

@@ -254,1 +256,8 @@ 1. Update version in project files

* [qoomon - conventional commit messages](https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13)
## Build/Release
* `npm install`
* `npm test`
* `npm login`
* `npm publish`
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