{"id":18862802,"url":"https://github.com/eik-lib/semantic-release","last_synced_at":"2026-03-04T00:41:51.583Z","repository":{"id":39480905,"uuid":"390501998","full_name":"eik-lib/semantic-release","owner":"eik-lib","description":"Semantic release plugin for Eik that lets you automate version changes in eik.json using conventional commits","archived":false,"fork":false,"pushed_at":"2025-02-17T07:27:23.000Z","size":82,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-17T08:29:05.812Z","etag":null,"topics":["eik","semantic-release-plugin"],"latest_commit_sha":null,"homepage":"https://eik.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eik-lib.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"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}},"created_at":"2021-07-28T20:55:32.000Z","updated_at":"2025-02-01T08:49:56.000Z","dependencies_parsed_at":"2023-11-01T04:26:52.266Z","dependency_job_id":"096cd9aa-c3a5-4a15-b510-9b0dac6fae1d","html_url":"https://github.com/eik-lib/semantic-release","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Fsemantic-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Fsemantic-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Fsemantic-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Fsemantic-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eik-lib","download_url":"https://codeload.github.com/eik-lib/semantic-release/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239808147,"owners_count":19700440,"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":["eik","semantic-release-plugin"],"created_at":"2024-11-08T04:35:48.024Z","updated_at":"2026-02-10T16:30:15.320Z","avatar_url":"https://github.com/eik-lib.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eik Semantic Release Plugin\n\nThis plugin will first determine if a repo has changes to relevant files before versioning and publishing these files to an Eik server.\n\nN.B. Currently, this plugin expects that your Eik project uses an `eik.json` file (rather than configuration in `package.json`)\n\n## Setup\n\n1. Setup Semantic Release as per guides\n\nhttps://semantic-release.gitbook.io/semantic-release/usage/getting-started\n\n### Consider using the interactive CLI\n\n```\nnpx semantic-release-cli setup\n```\n\n2. Install plugins\n\n```\nnpm install -D @eik/semantic-release @semantic-release/git\n```\n\n3. Create/edit `release.config.js` file to load plugins\n\n```js\nexport default {\n    plugins: [\n        '@eik/semantic-release',\n        ['@semantic-release/git', { assets: ['eik.json'] }],\n    ],\n};\n```\n\n## Plugin Environment Variables\n\nThis plugin expects the following environment variable to be present.\n\n| Name      | Description                 |\n| --------- | --------------------------- |\n| EIK_TOKEN | Access token for Eik server |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feik-lib%2Fsemantic-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feik-lib%2Fsemantic-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feik-lib%2Fsemantic-release/lists"}