Socket
Socket
Sign inDemoInstall

conventional-changelog-revel-commit

Package Overview
Dependencies
6
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "conventional-changelog-revel-commit",
"version": "1.0.1",
"version": "1.0.2",
"description": "Revel's conventional-changelog revel-commit preset",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,4 @@ # [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url]

[conventionalcommits.org](https://conventionalcommits.org/) for automated
CHANGELOG generation and version management.
CHANGELOG generation and version management. Some modifications have been
made as seen in [revel-commit](https://github.com/hellorevel/revel-commit).

@@ -13,3 +14,3 @@

Use the [Conventional Changelog CLI Quick Start](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#quick-start) with the `-p conventionalcommits` option.
Use the [Conventional Changelog CLI Quick Start](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#quick-start) with the `-p revel-commit` option.

@@ -34,3 +35,3 @@ ## Direct Usage (as a base preset so you can customize it)

"preset": {
"name": "conventionalchangelog",
"name": "revel-commit",
"issuePrefixes": ["TEST-"],

@@ -37,0 +38,0 @@ "issueUrlFormat": "https://myBugTracker.com/{{prefix}}{{id}}"

@@ -215,3 +215,3 @@ 'use strict'

config.issueUrlFormat = config.issueUrlFormat ||
'{{host}}/{{owner}}/{{repository}}/pulls/{{id}}'
'{{host}}/{{owner}}/{{repository}}/pull/{{id}}'
config.storyUrlFormat = config.storyUrlFormat ||

@@ -218,0 +218,0 @@ "https://app.shortcut.com/{{owner}}/story/{{id}}"

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc