2.6.2 • Published 6 months ago

@lapenkoff/jsutils v2.6.2

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

JsUtils

General purpose utilities for web clients.

Ask project owner for the npm proxy repo and run in console this:

export NPM_REGISTRY_PROXY=<url provided by project owner>

Release Guide

Create Release Branch

git checkout -b release/2.12.1 # Specify version

Prepare and Push Release

Prepare release

npm run release -- --release-as 2.12.1 # Specify version

Push release commit

git push -u origin release/2.12.1 --follow-tags

Publication

Wait for automatic GitLab CI tasks to complete (build, prepare, release). Manually trigger publication tasks. After the release is published, merge the release branch into the default branch.