1.0.4 • Published 3 years ago
qcgnox v1.0.4
qcgnox
Package with common qa components
Usage
- Install
@k8s/qcgnoxnpm install @k8s/qcgnox
Contribution
- Add some changes to project
- Change package version in
package.jsonfile according to semantic versioning agreements. E.g.:{ ... "version": "1.0.5", ... } - Commit to
mainbranch and push it. E.g.:git commmit -am 'v1.0.5 // changes to rues' git push origin main - Set up your user's
.npmrcfile to be able to publish to private@k8sscope. It may look like this:@k8s:registry=https://gl.cgpaytech.com/api/v4/packages/npm/ //gl.cgpaytech.com/api/v4/packages/npm/:_authToken=<your_token> # next line corresponds to current package and project id in gitlab //gl.cgpaytech.com/api/v4/projects/443/packages/npm/:_authToken=<your_token> - Publish package to npm repository using CLI command
npm publish