{"id":22351912,"url":"https://github.com/screwdriver-cd/tmpl-semantic-release","last_synced_at":"2026-03-19T22:31:06.922Z","repository":{"id":46169153,"uuid":"104380145","full_name":"screwdriver-cd/tmpl-semantic-release","owner":"screwdriver-cd","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-24T21:29:51.000Z","size":11,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-07-25T03:20:07.344Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cd.screwdriver.cd/pipelines/344","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/screwdriver-cd.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-09-21T17:48:40.000Z","updated_at":"2025-07-17T19:07:43.000Z","dependencies_parsed_at":"2025-07-24T23:19:44.093Z","dependency_job_id":"b18dc00a-d1a5-4eac-9cbc-f1ce177be927","html_url":"https://github.com/screwdriver-cd/tmpl-semantic-release","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/screwdriver-cd/tmpl-semantic-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Ftmpl-semantic-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Ftmpl-semantic-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Ftmpl-semantic-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Ftmpl-semantic-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/screwdriver-cd","download_url":"https://codeload.github.com/screwdriver-cd/tmpl-semantic-release/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Ftmpl-semantic-release/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269425686,"owners_count":24414738,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-04T12:16:30.115Z","updated_at":"2026-02-09T03:03:45.288Z","avatar_url":"https://github.com/screwdriver-cd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template: Semantic Release\n[![Build Status][status-image]][status-url]\n\nA template that performs a semantic-release for NPM-based modules, using the [semantic-release](https://www.npmjs.com/package/semantic-release) NPM module.\n\n## Usage\n\n### Secrets\n\nThe following secrets are needed in order to execute correctly:\n\n* `NPM_TOKEN` - NPM token. Used for publishing the updated version to the NPM Registry.\n* `GH_TOKEN` - Github token. Used for tagging the correct commit SHA with the respective version.\n\n#### Example\n\n```\n# screwdriver.yaml\n---\njobs:\n  main:\n    secrets:\n    # These secrets are defined in the Pipeline page\n    - NPM_TOKEN\n    - GH_TOKEN\n    template: screwdriver-cd/semantic-release@stable\n```\n\n### What the Template Does\n\nThis template executes the following steps:\n\n* `check_prerequisite`\n* `install_binaries`\n* `publish`\n\n#### check_prerequisite\n\nThis step ensures that the `NPM_TOKEN` and `GH_TOKEN` secret variables are all set. However, this step does *not* verify nor validate the values; it only checks that they are populated.\n\n#### install_binaries\n\nThis step installs the necessary binaries and libraries in order to perform all the template operations.\n\nOverriding this step may cause unwanted side effects during the publish.\n\n#### publish\n\nThis step is what performs the semantic release operations via the [semantic-release](https://www.npmjs.com/package/semantic-release) NPM module.\n\n[status-image]: https://cd.screwdriver.cd/pipelines/344/badge\n[status-url]: https://cd.screwdriver.cd/pipelines/344\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Ftmpl-semantic-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrewdriver-cd%2Ftmpl-semantic-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Ftmpl-semantic-release/lists"}