{"id":18150881,"url":"https://github.com/nickscip/sem-verified-ci","last_synced_at":"2026-05-08T13:34:13.679Z","repository":{"id":260139057,"uuid":"877000946","full_name":"nickscip/sem-verified-ci","owner":"nickscip","description":"Workflows to automatically release Semantically Versioned Code","archived":false,"fork":false,"pushed_at":"2024-10-29T18:07:49.000Z","size":118,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T23:29:29.836Z","etag":null,"topics":["actions","cicd","conventional-commits","devops","git","git-cliff","semver","workflows"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nickscip.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":"2024-10-22T23:11:55.000Z","updated_at":"2024-10-29T18:13:42.000Z","dependencies_parsed_at":"2024-10-29T20:22:20.041Z","dependency_job_id":null,"html_url":"https://github.com/nickscip/sem-verified-ci","commit_stats":null,"previous_names":["nickscip/sem-verified-ci"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/nickscip/sem-verified-ci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscip%2Fsem-verified-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscip%2Fsem-verified-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscip%2Fsem-verified-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscip%2Fsem-verified-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickscip","download_url":"https://codeload.github.com/nickscip/sem-verified-ci/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickscip%2Fsem-verified-ci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32782750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["actions","cicd","conventional-commits","devops","git","git-cliff","semver","workflows"],"created_at":"2024-11-02T01:05:45.104Z","updated_at":"2026-05-08T13:34:13.648Z","avatar_url":"https://github.com/nickscip.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sem-Verified CI\nWorkflows to automatically release Semantically Versioned Code\n\n## Prerequisites\nYou will need the following tools to use the resources in this repo:\n- [Git-Cliff](https://github.com/orhun/git-cliff): A CLI that automatically generates change-logs from your commit history.\n- [GitHub Actions](https://docs.github.com/en/actions/about-github-actions/understanding-github-actions): A CI pipeline written in .yaml that triggers upon GitHub events.\n- [Git-commit](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git-commit/README.md) (optional): A terminal plugin that makes writing conventional commits a breeze.\n- [Poetry](https://python-poetry.org/) (optional): A better Python package manager than Conda.\n\n## I. Quickstart\n\n### I.a Use the GitHub Workflow\nThe file `.github/workflows/release.yml` contains a GitHub workflow that will do the following:\n1. Update a CHANGELOG.md file in your repository.\n2. Update any references to the Version number in your repo.\n3. Commit and push these changes.\n4. Upload a new GitHub Release and git tag.\n\nYou must have a `main` branch where your latest release is deployed. Your `main` branch must also have access to the latest git tag because that is how `git-cliff` calculates its version bump.\n\nTo set `secrets.GH_TOKEN`:\n1. Go to your GitHub profile's developer settings and generate a new personal access token with codebase access.\n2. Go to your repo's settings and add a secret and set the value as the token.\n\n### I.b Use the Bash Script\nIf you prefer not to use the workflow, I have provided the script `bump_version.sh` that can be ran manually or added to a `pre-commit` pipeline.\n\n## II. Caveat\nIf your repository has branch permissions set to not allow direct pushes to `main`, you might have to use an admin or machine user's credentials. If that is not possible, another solution is to create a GitHub Application, which is out-of-scope for this project. Instead, ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickscip%2Fsem-verified-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickscip%2Fsem-verified-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickscip%2Fsem-verified-ci/lists"}