{"id":15760058,"url":"https://github.com/insonusk/githubreleasetemplate","last_synced_at":"2026-05-08T08:02:25.104Z","repository":{"id":54686851,"uuid":"287246182","full_name":"InsonusK/GitHubReleaseTemplate","owner":"InsonusK","description":"GitHub Workflow release Template","archived":false,"fork":false,"pushed_at":"2021-02-04T00:13:35.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T09:14:39.209Z","etag":null,"topics":["github","github-actions","github-workflows","release-automation"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InsonusK.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}},"created_at":"2020-08-13T10:13:32.000Z","updated_at":"2020-08-26T19:36:06.000Z","dependencies_parsed_at":"2022-08-14T00:00:52.224Z","dependency_job_id":null,"html_url":"https://github.com/InsonusK/GitHubReleaseTemplate","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/InsonusK/GitHubReleaseTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InsonusK%2FGitHubReleaseTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InsonusK%2FGitHubReleaseTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InsonusK%2FGitHubReleaseTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InsonusK%2FGitHubReleaseTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InsonusK","download_url":"https://codeload.github.com/InsonusK/GitHubReleaseTemplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InsonusK%2FGitHubReleaseTemplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32772048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: 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":["github","github-actions","github-workflows","release-automation"],"created_at":"2024-10-04T10:40:45.065Z","updated_at":"2026-05-08T08:02:25.025Z","avatar_url":"https://github.com/InsonusK.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHubReleaseTemplate\nGitHub Workflow release Template\n\nTemplate of github workflow with package deploying.\n\nHow to use:\n1. copy all files (5 items) to your github repository\n2. add release and devops branch\n3. add patch, minor, major labels\n4. configure workflow parameters in yml files\n\nWorkflows contain 4 yml files\n1. PR_to_master.yml - contain checks of pull requests to master branch\n\t- Workflow parameters:\n\t\t 1. on.pull_request.branches - main branch\n\t\t 2. env.code_path - folder which contain code changes\n\t\t 3. env.devops_path - folder which contain github workflows files\n\t\t 4. env.release_branch - branch which agregate all changes before release\n\t\t 5. env.devops_branch - branch which aggregate all changes of devops configuration\n\t\t 6. env.project_path - path to csproj for version checks\n\t- Jobs:\n\t\t1. check source of pull request to master branch - if changes contain files from code_path, they should come from release branch, if they contain files from devops_path, they should be from devops_branch\n\t\t2. check version of code package - if changes contain files from code_path, version of package must be equal to tag of latest draft release \n\t\t`v{packageVersion} == {draft.tag}`\n2. PR_to_release.yml - contain checks of pull requests to release branch\n\t- Workflow parameters:\n\t\t1. on.pull_request.branches - release branch\n\t\t2. env.code_path - folder which contain code changes\n\t- Jobs:\n\t\t1. check label of code changes to release - all pull request to release branch which contain files from code_path, should have label: patch, minor, major\n3. push_to_master - contain release process of new version\n\t- Workflow parameters:\n\t\t 1. on.pull_request.branches - main branch\n\t\t 2. on.push.paths - folder which contain code changes\n\t\t 3. env.project_path - path to csproj for version checks\n\t- Jobs:\n\t\t1. check version of code package - if changes contain files from code_path, version of package must be equal to tag of latest draft release \n\t\t2. build, push to github packages\n4. push_to_release - contain draft release process\n\t- Workflow parameters:\n\t\t1. on.pull_request.branches - release branch\n    - Jobs:\n\t\t1. create/update draft release, when new code commited to the release branch\t\t\n5. release-drafter - config file of release factory\n\nAdditionally:\n1. add workflow \"Check labels\" required for release branch\n2. add workflows \"Check head branch to master branch\" and \"If PR to master contain code changes: check version\" required for master branch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsonusk%2Fgithubreleasetemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsonusk%2Fgithubreleasetemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsonusk%2Fgithubreleasetemplate/lists"}