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

shelljs-changelog

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shelljs-changelog - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

CHANGELOG.md

5

index.js

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

config.silent = true;
exec('curl -X POST -s "github-changelog-api.herokuapp.com/shelljs/shx"').to('CHANGELOG.md');
var repoInfo = exec('git remote show -n origin')
.grep('Push')
.match(/https:..github.com\/([^./]+)\/([^./]+).*/);
exec('curl -X POST -s "github-changelog-api.herokuapp.com/'+repoInfo[1]+'/'+repoInfo[2]+'"').to('CHANGELOG.md');

@@ -15,0 +18,0 @@ var changelog_was_updated = false;

3

package.json
{
"name": "shelljs-changelog",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple script to create & update a changelog",

@@ -8,2 +8,3 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "node index.js",
"release:major": "release major",

@@ -10,0 +11,0 @@ "release:minor": "release minor",

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