{"id":17528532,"url":"https://github.com/vancluever/release.sh","last_synced_at":"2026-04-18T15:32:55.776Z","repository":{"id":73276469,"uuid":"78386528","full_name":"vancluever/release.sh","owner":"vancluever","description":"Manage your release tags thru a CHANGELOG.md file","archived":false,"fork":false,"pushed_at":"2023-02-06T02:03:11.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-03T11:21:49.640Z","etag":null,"topics":["bash","git"],"latest_commit_sha":null,"homepage":null,"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/vancluever.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":"2017-01-09T02:29:01.000Z","updated_at":"2023-02-11T15:28:38.000Z","dependencies_parsed_at":"2023-07-30T10:30:07.023Z","dependency_job_id":null,"html_url":"https://github.com/vancluever/release.sh","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/vancluever%2Frelease.sh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vancluever%2Frelease.sh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vancluever%2Frelease.sh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vancluever%2Frelease.sh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vancluever","download_url":"https://codeload.github.com/vancluever/release.sh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246122788,"owners_count":20726894,"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":["bash","git"],"created_at":"2024-10-20T15:44:01.569Z","updated_at":"2026-04-18T15:32:55.727Z","avatar_url":"https://github.com/vancluever.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# release.sh\n\nThis is a pretty simple bash script that helps manage your releases based on the\ncontents of your `CHANGELOG.md` file.\n\n## What You Need\n\n * A `CHANGELOG.md` file\n * `git`\n * `bash` 4+\n * A system with `head`, `awk` and `grep`\n\n## HOWTO\n\nThis script expects that you manage your versioning a semver-style format.\nPre-release versions are prefixed with `-pre` and if the script detects this as\nthe first second-level heading in your Markdown file (prefixed with `##`), the\nscript will fail.\n\nWhen you are ready to release, remove the `-pre` suffix from the first `h2`\nheading.\n\nWhen the script runs, the following happens:\n\n * `CHANGELOG.md` is committed if it needs to be still\n * The git repository is tagged at the current commit with the version found in\n   the heading.\n * The version's patch version is incremented and the `-pre` suffix is written\n   back.\n * The new version is written out as a new second-level heading section in your\n   CHANGELOG.md, and committed with a simple version bump comment.\n * All commits and tags are pushed.\n\n## License\n\n```\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any\nmeans.\n\nIn jurisdictions that recognize copyright laws, the author or authors\nof this software dedicate any and all copyright interest in the\nsoftware to the public domain. We make this dedication for the benefit\nof the public at large and to the detriment of our heirs and\nsuccessors. We intend this dedication to be an overt act of\nrelinquishment in perpetuity of all present and future rights to this\nsoftware under copyright law.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to \u003chttp://unlicense.org/\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvancluever%2Frelease.sh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvancluever%2Frelease.sh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvancluever%2Frelease.sh/lists"}