2.0.0 • Published 4 months ago
@tsdrus/jsutils v2.0.0
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.