{"id":16199908,"url":"https://github.com/agateau/releasetools","last_synced_at":"2025-04-07T17:47:10.893Z","repository":{"id":66380986,"uuid":"299211660","full_name":"agateau/releasetools","owner":"agateau","description":"Command-line tools to help releasing software","archived":false,"fork":false,"pushed_at":"2020-10-28T11:25:23.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T19:49:48.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/agateau.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-09-28T06:34:19.000Z","updated_at":"2020-10-28T11:25:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"a05fe10f-3bdf-4587-b999-6b168640c20c","html_url":"https://github.com/agateau/releasetools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Freleasetools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Freleasetools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Freleasetools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Freleasetools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agateau","download_url":"https://codeload.github.com/agateau/releasetools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247703722,"owners_count":20982286,"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":[],"created_at":"2024-10-10T09:28:40.273Z","updated_at":"2025-04-07T17:47:10.856Z","avatar_url":"https://github.com/agateau.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Releasetools\n\n## Assumptions\n\n- Currently released version can be obtained from the latest git tag.\n- Git is in $PATH.\n- Tags are created on a \"main\" branch.\n- Releases are prepared on a \"work\" branch.\n\n## Commands\n\n### rlt-version\n\n- Print released version with `rlt-version --released`.\n- Print next version with `rlt-version --next`.\n- Set next version with `rlt-version --set-next \u003cversion\u003e`.\n\n### rlt-changelog\n\nPrints a summary of the changes between the released version and HEAD.\n\n### rlt-updateworkbranch\n\nMakes sure work branch is up to date.\n\n### rlt-tag\n\nCreates tag for the next version.\n\n## releasetools.toml\n\nCreate this file in the root directory of your project to customize Releasetools behavior.\n\n```\n[git]\nmain_branch=\"master\"\ntag_prefix=\"\"\nwork_branch=\"dev\"\n\n[version]\nfile=\"CMakeLists.txt\"\npattern=\"^    VERSION (.*)$\"\n\n[changelog]\ngit_log_options=\"--pretty=format:- \\\\%s (\\\\%an)\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Freleasetools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagateau%2Freleasetools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Freleasetools/lists"}