Socket
Socket
Sign inDemoInstall

@percy/cli

Package Overview
Dependencies
Maintainers
6
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/cli - npm Package Compare versions

Comparing version 1.0.0-beta.6 to 1.0.0-beta.7

14

package.json
{
"name": "@percy/cli",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"license": "MIT",

@@ -36,9 +36,9 @@ "main": "index.js",

"@oclif/plugin-plugins": "^1.7.10",
"@percy/cli-build": "^1.0.0-beta.6",
"@percy/cli-config": "^1.0.0-beta.6",
"@percy/cli-exec": "^1.0.0-beta.6",
"@percy/cli-snapshot": "^1.0.0-beta.6",
"@percy/cli-upload": "^1.0.0-beta.6"
"@percy/cli-build": "^1.0.0-beta.7",
"@percy/cli-config": "^1.0.0-beta.7",
"@percy/cli-exec": "^1.0.0-beta.7",
"@percy/cli-snapshot": "^1.0.0-beta.7",
"@percy/cli-upload": "^1.0.0-beta.7"
},
"gitHead": "c7cf1de4546f72c3b42749ca8faf3f3684098300"
"gitHead": "5be796ec8f17958e93ada0b634899b945c9b0d60"
}

@@ -72,5 +72,7 @@ # Percy CLI

1. Run `yarn bump:version` and choose an appropriate version.
2. Commit updated versions with a matching commit (e.g. `🔖v1.0.0`).
3. Push updated versions to GitHub and wait for CI to pass.
4. Create a new GitHub release which will in-turn automate an NPM release.
1. Run `yarn bump-version` and choose an appropriate version.
2. Commit the updated version with a matching commit (e.g. `🔖v1.0.0`).
3. Push the commit to GitHub and wait for CI to pass.
4. Run `yarn -s release-notes` to generate release notes since the last tag.
5. Create a new GitHub release using the release notes.
6. The GitHub release will trigger an [automated NPM release](https://github.com/percy/cli/actions?query=workflow%3ARelease).
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