Socket
Socket
Sign inDemoInstall

release-it

Package Overview
Dependencies
12
Maintainers
1
Versions
396
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.1 to 2.4.2

6

lib/git.js

@@ -7,3 +7,3 @@ var util = require('./util'),

GitHubApi = require('github'),
repoPathParse = require('repo-path-parse'),
repoPathParse = require('parse-repo'),
log = require('./log');

@@ -200,3 +200,3 @@

log.execution('node-github releases#createRelease', util.format('%s/%s', repo.owner, repo.repo));
log.execution('node-github releases#createRelease', repo.repository);

@@ -216,3 +216,3 @@ var githubClient = initGithubClient(),

owner: repo.owner,
repo: repo.repo,
repo: repo.project,
tag_name: util.format(options.tagName, options.version),

@@ -219,0 +219,0 @@ name: util.format(options.github.releaseName, options.version),

{
"name": "release-it",
"version": "2.4.1",
"version": "2.4.2",
"description": "Interactive release tool for Git repositories. Increment version, commit, tag, push, build, publish to npm. Supports to build and release to a distribution/component repository.",

@@ -43,3 +43,3 @@ "keywords": [

"mkdirp": "^0.5.1",
"repo-path-parse": "^1.0.1",
"parse-repo": "^1.0.1",
"semver": "^5.1.0",

@@ -46,0 +46,0 @@ "shelljs": "^0.7.0",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc