Socket
Socket
Sign inDemoInstall

github-release-from-changelog

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-release-from-changelog - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 1.1.1 - 2016-01-06
- Fixed: blank line are not stripped for block anymore (which can break
markdown rendering - eg: title using `##` )
([#7](https://github.com/MoOx/github-release-from-changelog/pull/7))
# 1.1.0 - 2015-11-10

@@ -2,0 +8,0 @@

2

github-release-from-changelog.js

@@ -82,3 +82,3 @@ #!/usr/bin/env node

// between start & end, collect lines
else if (start && line !== "") {
else if (start) {
body.push(line)

@@ -85,0 +85,0 @@ }

{
"name": "github-release-from-changelog",
"version": "1.1.0",
"version": "1.1.1",
"description": "Create GitHub releases from CHANGELOG.md",

@@ -5,0 +5,0 @@ "keywords": [

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