@pxblue/tag-beta.0

A script that can be used to automatically tag packages in a continuous integration pipeline.

Usage no npm install needed!

<script type="module">
  import pxblueTagBeta0 from 'https://cdn.skypack.dev/@pxblue/tag-beta.0';
</script>

README

@pxblue/tag

This Command Line tool is a utility for automatically creating tags and github releases through a continuous integration pipeline.

Prerequisites

In order to use this utility you must have the following installed:

Usage

You can use this package without installing any global or local dependencies by running it with npx (recommended):

npx -p @pxblue/tag pxb-tag -b <branch-name> -s <tag-suffix>

Available options

The following table list out some options for the pxb-tag command. All these options can be configured:

Option Description
-b (default: dev) The branch you are on.
-s (default: '') The tag suffix.

The branch flag is used to determine whether a latest package can be published. Latest packages may only be published for the master branch (-b master).