{"id":30815138,"url":"https://github.com/knope-dev/knope","last_synced_at":"2026-05-24T21:01:22.238Z","repository":{"id":36991539,"uuid":"306664606","full_name":"knope-dev/knope","owner":"knope-dev","description":"A command line tool to handle all the tasks most developers find tedious.","archived":false,"fork":false,"pushed_at":"2026-05-20T18:56:27.000Z","size":9617,"stargazers_count":174,"open_issues_count":48,"forks_count":18,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-21T00:31:39.010Z","etag":null,"topics":["changelog","changelog-generator","changesets","conventional-commits","release-automation","semantic-release","semantic-versioning"],"latest_commit_sha":null,"homepage":"https://knope.tech","language":"Rust","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/knope-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["dbanty"],"patreon":"dbanty","ko_fi":"dbanty"}},"created_at":"2020-10-23T14:42:28.000Z","updated_at":"2026-05-16T01:06:56.000Z","dependencies_parsed_at":"2026-03-26T20:05:15.427Z","dependency_job_id":null,"html_url":"https://github.com/knope-dev/knope","commit_stats":{"total_commits":432,"total_committers":9,"mean_commits":48.0,"dds":0.5069444444444444,"last_synced_commit":"836a0dc817452e7eb3f5c457f63e0467c47f33af"},"previous_names":["dobby-dev/dobby","triaxtec/dobby"],"tags_count":112,"template":false,"template_full_name":null,"purl":"pkg:github/knope-dev/knope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knope-dev%2Fknope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knope-dev%2Fknope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knope-dev%2Fknope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knope-dev%2Fknope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knope-dev","download_url":"https://codeload.github.com/knope-dev/knope/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knope-dev%2Fknope/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33450402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T19:21:36.376Z","status":"ssl_error","status_checked_at":"2026-05-24T19:21:10.562Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["changelog","changelog-generator","changesets","conventional-commits","release-automation","semantic-release","semantic-versioning"],"created_at":"2025-09-06T08:06:19.937Z","updated_at":"2026-05-24T21:01:22.232Z","avatar_url":"https://github.com/knope-dev.png","language":"Rust","funding_links":["https://github.com/sponsors/dbanty","https://patreon.com/dbanty","https://ko-fi.com/dbanty"],"categories":[],"sub_categories":[],"readme":"# Knope\n\n[![Discord](https://img.shields.io/discord/1191584005112467456.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/W75uRrBCEM)\n\nA command line tool that happily completes the tasks which most developers find tedious.\n\n## Example: Automating GitHub Actions Release\n\nGot some conventional commits?\n\n```\nfeat: A spicy feature\nfix: Some sauce\n```\n\nAnd some changesets?\n\n```\n---\nmy-package: major\n---\n\n#### Big deal\n\nYou probably want to read this before upgrading 💜\n```\n\nDo you want to release this by hand? Knope! Here's a GitHub Actions workflow:\n\n```yaml\nname: Drop a new version\n\non: workflow_dispatch\n\njobs:\n  create-release:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v5\n        with:\n          fetch-depth: 0\n          token: ${{ secrets.PAT }}\n      - uses: knope-dev/action@v2.1.0 # Install Knope\n        with:\n          version: 0.23.0\n      - run: knope release\n        env:\n          GITHUB_TOKEN: ${{ secrets.PAT }}\n```\n\nYou get a GitHub release and a changelog, picking the [semantic version] based on the combination of [conventional commits] and [changesets].\n\n```markdown\n## 2.0.0\n\n### Breaking Changes\n\n#### Big deal\n\nYou probably want to read this before upgrading 💜\n\n### Features\n\n#### A spicy feature\n\n### Fixes\n\n#### Some sauce\n```\n\nKnope can do much more with some customization, [read the docs](https://knope.tech) for more info.\n\n[conventional commits]: https://www.conventionalcommits.org\n[semantic version]: https://semver.org\n[changesets]: https://github.com/changesets/changesets\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknope-dev%2Fknope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknope-dev%2Fknope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknope-dev%2Fknope/lists"}