{"id":21321150,"url":"https://github.com/lgaticaq/gitlab-rancher-config","last_synced_at":"2025-07-12T04:33:26.895Z","repository":{"id":33024211,"uuid":"147210931","full_name":"lgaticaq/gitlab-rancher-config","owner":"lgaticaq","description":"Semantic-release shareable config for GitLab with Rancher","archived":false,"fork":false,"pushed_at":"2025-05-08T08:15:32.000Z","size":1270,"stargazers_count":0,"open_issues_count":49,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T04:40:53.139Z","etag":null,"topics":["gitlab","rancher","semantic-release","semantic-release-config"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lgaticaq.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-03T13:46:15.000Z","updated_at":"2022-03-26T12:05:09.000Z","dependencies_parsed_at":"2023-02-18T00:45:19.925Z","dependency_job_id":"6f2926e0-bf3a-4e39-a841-8357b862b2d7","html_url":"https://github.com/lgaticaq/gitlab-rancher-config","commit_stats":{"total_commits":386,"total_committers":4,"mean_commits":96.5,"dds":0.08549222797927458,"last_synced_commit":"5288a131e23a3545affc12d320bbd58fa8b61406"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/lgaticaq/gitlab-rancher-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgaticaq%2Fgitlab-rancher-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgaticaq%2Fgitlab-rancher-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgaticaq%2Fgitlab-rancher-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgaticaq%2Fgitlab-rancher-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lgaticaq","download_url":"https://codeload.github.com/lgaticaq/gitlab-rancher-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgaticaq%2Fgitlab-rancher-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264939604,"owners_count":23686208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitlab","rancher","semantic-release","semantic-release-config"],"created_at":"2024-11-21T19:57:01.402Z","updated_at":"2025-07-12T04:33:26.513Z","avatar_url":"https://github.com/lgaticaq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitlab-rancher-config\n\n[![npm version](https://img.shields.io/npm/v/gitlab-rancher-config.svg)](https://www.npmjs.com/package/gitlab-rancher-config)\n[![npm downloads](https://img.shields.io/npm/dm/gitlab-rancher-config.svg)](https://www.npmjs.com/package/gitlab-rancher-config)\n[![Build Status](https://img.shields.io/travis/lgaticaq/gitlab-rancher-config.svg)](https://travis-ci.org/lgaticaq/gitlab-rancher-config)\n[![Maintainability](https://api.codeclimate.com/v1/badges/2b2efe8150982916af4d/maintainability)](https://codeclimate.com/github/lgaticaq/gitlab-rancher-config/maintainability)\n[![devDependency Status](https://img.shields.io/david/dev/lgaticaq/gitlab-rancher-config.svg)](https://david-dm.org/lgaticaq/gitlab-rancher-config#info=devDependencies)\n\n\u003e [Semantic-release](https://github.com/semantic-release/semantic-release) shareable config for [GitLab](https://gitlab.com) with [Rancher](https://rancher.com/docs/rancher/v1.6/en/).\n\n## Usage\n\n### Local installation\n\n```bash\nnpm i -D semantic-release gitlab-rancher-config\n```\n\nIn `package.json`:\n\n```json\n{\n  \"release\": {\n    \"extends\": \"gitlab-rancher-config\"  \n  }\n}\n```\n\n### Global installation\n\n```bash\n$ npm i -g semantic-release gitlab-rancher-config @semantic-release/{changelog,git,gitlab,npm} semantic-release-gitlab-registry semantic-release-rancher\n$ semantic-release -e gitlab-rancher-config\n```\n\n## Configuration\n\n### GitLab authentication\n\nThe GitLab authentication configuration is **required** and can be set via [environment variables](#environment-variables).\n\nSee [GitLab authentication](https://github.com/semantic-release/gitlab#gitlab-authentication).\n\n### Npm registry authentication\n\nThe npm authentication configuration is **required** and can be set via [environment variables](#environment-variables).\n\nSee [Npm registry authentication](https://github.com/semantic-release/npm#npm-registry-authentication)\n\n### Environment variables\n\n| Variable                     | Description                                                                                   |\n|------------------------------|----------------------------------------------------------------------                         |\n| `GL_TOKEN` or `GITLAB_TOKEN` | **Required.** The token used to authenticate with GitLab repository.                          |\n| `NPM_TOKEN`                  | **Required.** Npm token created via [npm token create](https://docs.npmjs.com/getting-started/working_with_tokens#how-to-create-new-tokens) |\n| `PLUGIN_SERVICE`             | **Required.** Stack name and service name. Ex: `my_stack/my_name`                             |\n| `RANCHER_ACCESS_KEY`         | **Required.** A valid environment API access key                                              |\n| `RANCHER_SECRET_KEY`         | **Required.** A valid environment API secret key                                              |\n| `RANCHER_URL`                | **Required.** The environment API endpoint. Ex: `https://rancher.domain.com/v1/projects/{ID}` |\n\n### Additional options\n\nThis shareable config uses the [`@semantic-release/changelog`](https://github.com/semantic-release/changelog), [`@semantic-release/git`](https://github.com/semantic-release/git), [`@semantic-release/gitlab`](https://github.com/semantic-release/gitlab), [`@semantic-release/npm`](https://github.com/semantic-release/npm), [`semantic-release-gitlab-registry`](https://github.com/lgaticaq/semantic-release-gitlab-registry) and [`semantic-release-rancher`](https://github.com/lgaticaq/semantic-release-rancher) plugins. See the documentation of each plugins for additional options.\nOptions can be set in the Semantic-release configuration.\n\nFor example to set a custom GitLab URL:\n\n```json\n{\n  \"release\": {\n    \"extends\": \"gitlab-rancher-config\",\n    \"gitlabUrl\": \"https://custom.gitlab.com\"\n  }\n}\n```\n\n## License\n\n[MIT](https://tldrlegal.com/license/mit-license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgaticaq%2Fgitlab-rancher-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flgaticaq%2Fgitlab-rancher-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgaticaq%2Fgitlab-rancher-config/lists"}