{"id":37166560,"url":"https://github.com/connehito/gdp","last_synced_at":"2026-01-14T19:44:00.890Z","repository":{"id":37587786,"uuid":"144476315","full_name":"Connehito/gdp","owner":"Connehito","description":"gdp is a CLI tool for pushing the tag associated with deployment and publishing the release note in GitHub.","archived":false,"fork":false,"pushed_at":"2023-01-17T16:48:57.000Z","size":45,"stargazers_count":10,"open_issues_count":5,"forks_count":3,"subscribers_count":28,"default_branch":"main","last_synced_at":"2024-06-19T04:10:57.251Z","etag":null,"topics":["cli","golang","golang-tools"],"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/Connehito.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":"2018-08-12T15:02:18.000Z","updated_at":"2024-06-19T04:10:57.252Z","dependencies_parsed_at":"2023-02-10T10:45:55.506Z","dependency_job_id":null,"html_url":"https://github.com/Connehito/gdp","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Connehito/gdp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Connehito%2Fgdp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Connehito%2Fgdp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Connehito%2Fgdp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Connehito%2Fgdp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Connehito","download_url":"https://codeload.github.com/Connehito/gdp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Connehito%2Fgdp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28432685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"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":["cli","golang","golang-tools"],"created_at":"2026-01-14T19:44:00.175Z","updated_at":"2026-01-14T19:44:00.878Z","avatar_url":"https://github.com/Connehito.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gdp\ngdp is a CLI tool for pushing the tag associated with deployment and publishing the release note in GitHub.\n\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/Connehito/gdp)\n[![CI](https://github.com/Connehito/gdp/actions/workflows/ci.yml/badge.svg)](https://github.com/Connehito/gdp/actions/workflows/ci.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Connehito/gdp)](https://goreportcard.com/report/github.com/Connehito/gdp)\n[![GoDoc](https://godoc.org/github.com/Connehito/gdp?status.svg)](https://godoc.org/github.com/Connehito/gdp)\n[![Latest Version](http://img.shields.io/github/release/Connehito/gdp.svg?style=flat-square)](https://github.com/Connehito/gdp/releases/latest)\n[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/Connehito/gdp/main/LICENSE)\n\n## Requirements\n- [git command](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n- [hub command](https://github.com/github/hub#installation)\n\n## Installation\n\n### Via Homebrew\n```bash\n$ brew tap Connehito/gdp\n$ brew install gdp\n```\n\n### Via go install\n```bash\n$ go install github.com/Connehito/gdp@latest\n```\n\n## Usage\n\n### Deploy\nAdd the tag to local repository and push the tag to remote(origin) repository.\n\n```bash\n# specify tag\n$ gdp deploy -t TAG\n\n# dry-run\n$ gdp deploy -t TAG -d\n\n# force(skipped validation)\n$ gdp deploy -t TAG -f\n\n# set tag automatically\n$ gdp deploy\n```\n\n### Publish\nCreate the release note in GitHub which based on the merge commits of the tag.\n\n```bash\n# specify tag\n$ gdp publish -t TAG\n\n# dry-run\n$ gdp publish -t TAG -d\n\n# force(skipped validation)\n$ gdp publish -t TAG -f\n\n# set tag automatically\n$ gdp publish\n```\n\n## Specification\n\n### Supported tag's format\n- [semantic version](https://semver.org/): e.g. v1.2.3 or 1.2.3\n- date version: e.g. 20180525.1 or release_20180525\n\n### How to create generate note\nRelease note content is generated based on merge commit messages.\n\nSo, depending on your branch strategy, it may not be the intended result.\n\n### What is last printed message?\nWhen gdp succeeds, the following message is printed.\n\n`Do not be satisfied with 'released', let's face user's feedback in sincerity!`\n\nThis is the watchword of [Connehito's developers](https://connehito.com/).\n\n## Contributing\nBug reports and pull requests are welcome on GitHub at https://github.com/Connehito/gdp.\n\n## License\ngdp is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnehito%2Fgdp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnehito%2Fgdp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnehito%2Fgdp/lists"}