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

@collab-ui/release

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collab-ui/release

NPM tool to automate Collab UI publishing tasks.

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Collab UI Release

license

@collab-ui/release

Collab UI Release is a NPM tool to automate Collab UI publishing tasks.

Table of Contents

Install

Install and manage the Collab UI Release using NPM. You may use yarn or npm. By default, yarn/npm installs packages to node_modules/.

npm install @collab-ui/release --save

or

yarn add @collab-ui/release

Usage

NPM tool to automate toolkit publishing tasks. Running this tool in one of the collab-ui repos will accomplish the following:

  • Bump the semver version in package.json according to which option you choose:
    • major - 2.0.0
    • minor - 2.1.0
    • patch - 2.0.1
    • custom - 2.0.0**-rc.1** (use for alphas, betas and release candidates)
  • Query GitHub to get all commits since last tagged release.
  • Extract commit messages and format changelogs.
  • Tag commit with new version and create a GitHub release.
  • Publish the new version to Artifactory.
  • (Coming Soon) Send message to Spark Rooms announcing changes.

Contribute

See the contributing file!

PRs accepted.

License

© 2014-2018 Cisco and/or its affiliates. All Rights Reserved.

FAQs

Package last updated on 26 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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