@brighterly/lib-ui-kit-cs-vue
v0.0.3
Published
Official Brighterly lib-ui-kit-cs-vue
Keywords
Readme
@brighterly/lib-ui-kit-vue
Publishing New Versions
This project uses GitHub Actions for automatic deployment to NPM. To release a new version, follow these steps:
- Bump the version
Use one of the following commands to update
package.jsonand create a git tag:pnpm version patch # 1.0.0 -> 1.0.1 (bug fixes) pnpm version minor # 1.0.0 -> 1.1.0 (new features) pnpm version major # 1.0.0 -> 2.0.0 (breaking changes) - Push repo to github:
git push - NPM release will be created automatically
Pre-Commit Hook
run:
chmod +x _tools/git/pre-push
ln -s ../../_tools/git/pre-push .git/hooks/pre-pushDependencies
Create .env:
cp .env.example .envEdit .env and add NPM_FORTAWESOME_ACCESS
Install deps:
make installFirst time
pnpm publish --no-git-checks --access public --registry=https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN