{"id":17882203,"url":"https://github.com/mackee/release-request","last_synced_at":"2025-04-03T02:13:13.024Z","repository":{"id":52112987,"uuid":"110096131","full_name":"mackee/release-request","owner":"mackee","description":"is a cli tool for Pull Request driven deployment.","archived":false,"fork":false,"pushed_at":"2021-05-07T10:25:39.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T12:52:54.981Z","etag":null,"topics":["cli","continuous-delivery","devops","github","go","pull-request-template"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mackee.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":"2017-11-09T09:43:01.000Z","updated_at":"2021-05-07T10:23:51.000Z","dependencies_parsed_at":"2022-09-04T17:21:41.755Z","dependency_job_id":null,"html_url":"https://github.com/mackee/release-request","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Frelease-request","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Frelease-request/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Frelease-request/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Frelease-request/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mackee","download_url":"https://codeload.github.com/mackee/release-request/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922246,"owners_count":20855345,"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":["cli","continuous-delivery","devops","github","go","pull-request-template"],"created_at":"2024-10-28T12:48:43.545Z","updated_at":"2025-04-03T02:13:12.995Z","avatar_url":"https://github.com/mackee.png","language":"Go","readme":"release-request\n====\n\nThe `release-request` is a cli tool for Pull Request driven deployment.\n\n## Description\n\nThe `release-request` is the Pull Request creator on GitHub.\n\nThis tool work in like git-flow branch style.\n\nEx.\n\n* `master`: production branch\n* `develop`: pool features, patches...pending to deployment\n* `topic/*` and `feature/*` and etc...: working branches\n\nWhen you want to deploying to production, You create pull request from `develop` to `master`. The `release-request` is aggregates information of merged working branches and pending branches. You can specify writing that information to description of Pull Request.\n\nAlso `release-request` can write work introductions for deployment to the Pull Request.\n\n## Demo\n\nhttps://github.com/mackee/release-request/pull/3 generated by `release-request`.\n\n## Requirement\n\n* Go 1.8.x or higher\n* GitHub's access token. See [Creating a personal access token for the command line](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)\n\n## Install\n\n```\n$ go get -u github.com/mackee/release-request\n```\n\n## Usage\n\nRun `release-request` in directory with-in configration files.\n\n```console\n$ release-request\n```\n\n### Configuration\n\n`release-request` is requirement two configuration file that `config.yml` and `release.md`. You can rename this files by configuration and cli option.\n\n`release-requeste -init` generate scaffolding.\n\n```console\n$ release-request -init\n$ ls\nconfig.yml release.md\n```\n\nYou should be set GitHub access token to `config.yml`.\n\n```yml\n# in config.yml\ntoken: \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n```\n\n### Log\n\nYou can set log level by `-loglevel=LEVEL`. Ex. `DEBUG`, `WARN`, `ERROR`. Default output is `WARN` and `ERROR`.\n\nIf you set `-loglevel=DEBUG`, output the command outputs, Pull Request description and titles.\n\n### Dry run\n\n`-dry-run` options is render descriptions and titles but not create/update Pull Request.\n\n## Licence\n\n[MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)\n\n## See also\n\n* [git-pr-release](https://github.com/motemen/git-pr-release)\n\n## Author\n\n[mackee](https://github.com/mackee)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackee%2Frelease-request","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmackee%2Frelease-request","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackee%2Frelease-request/lists"}