1.0.4 • Published 1 year ago

qcgnox v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

qcgnox

Package with common qa components

Usage

  1. Install @k8s/qcgnox
    npm install @k8s/qcgnox

Contribution

  1. Add some changes to project
  2. Change package version in package.json file according to semantic versioning agreements. E.g.:
    {
      ...
      "version": "1.0.5",
      ...
    }
  3. Commit to main branch and push it. E.g.:
    git commmit -am 'v1.0.5 // changes to rues'
    git push origin main
  4. Set up your user's .npmrc file to be able to publish to private @k8s scope. 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>
  5. Publish package to npm repository using CLI command
    npm publish
1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago