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

happy-conventional-commit

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

happy-conventional-commit - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.github/workflows/auto-assign.yml

4

lib/ConventionalCommitReleaseNotes.js

@@ -46,3 +46,3 @@ "use strict";

if (author && change.taskId) {
userAndTask = ` - By **@${author}** in ${change.taskId}`;
userAndTask = ` - By **@${author}** in task ${change.taskId}`;
}

@@ -53,3 +53,3 @@ else if (author) {

else if (change.taskId) {
userAndTask = ` - In ${change.taskId}`;
userAndTask = ` - In task ${change.taskId}`;
}

@@ -56,0 +56,0 @@ output += ` - ${message}${userAndTask}\n`;

{
"name": "happy-conventional-commit",
"description": "Tools for getting a happy conventional commit setup.",
"version": "0.0.3",
"version": "0.0.4",
"keywords": [

@@ -6,0 +6,0 @@ "conventional",

@@ -73,7 +73,7 @@ import ChildProcess from 'child_process';

if (author && change.taskId) {
userAndTask = ` - By **@${author}** in ${change.taskId}`;
userAndTask = ` - By **@${author}** in task ${change.taskId}`;
} else if (author) {
userAndTask = ` - By **@${author}**`;
} else if (change.taskId) {
userAndTask = ` - In ${change.taskId}`;
userAndTask = ` - In task ${change.taskId}`;
}

@@ -80,0 +80,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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