{"id":23841920,"url":"https://github.com/literateink/mentor","last_synced_at":"2025-04-13T23:44:11.141Z","repository":{"id":257801990,"uuid":"861065684","full_name":"LiterateInk/Mentor","owner":"LiterateInk","description":"A tool that automatically bumps the version number, creates a tag, pushes the changes, and generates a GitHub release.","archived":false,"fork":false,"pushed_at":"2025-04-05T21:30:01.000Z","size":110,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T08:22:07.058Z","etag":null,"topics":["github","release","release-automation","tag","version"],"latest_commit_sha":null,"homepage":"","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/LiterateInk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-21T22:53:25.000Z","updated_at":"2025-04-05T21:30:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"6266e684-d481-4dd5-bb9c-65fe45208e5e","html_url":"https://github.com/LiterateInk/Mentor","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"6d0a78939c394b2b86f985520be6e343d8b8fccf"},"previous_names":["literateink/quickrelease","literateink/mentor"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiterateInk%2FMentor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiterateInk%2FMentor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiterateInk%2FMentor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiterateInk%2FMentor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiterateInk","download_url":"https://codeload.github.com/LiterateInk/Mentor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799670,"owners_count":21163398,"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":["github","release","release-automation","tag","version"],"created_at":"2025-01-02T18:32:45.005Z","updated_at":"2025-04-13T23:44:11.133Z","avatar_url":"https://github.com/LiterateInk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mentor\n\nA simple CLI to quickly release a new version.\n\n\u003e This tool was intentionally made for LiterateInk repositories but can be used in any repository that follows the same conventions.\n\n## Motivation\n\nIn some implementations, such as JS, we had custom tools to do this but it was only bound to that specific implementation. For example, `release-it` for the JS implementation. But, I wanted a tool that could be used in any implementation without doing any extra config, work or setup.\n\nSo, we created this tool to automate the process without any configuration or setup. It's a simple CLI tool that can be used in any of our library repositories to quickly release a new version.\n\n## Build\n\nYou can only install it by building it from source.\nMake sure you have `cargo` and `rust` installed.\n\n```bash\ncargo build --release\n```\n\n## Installation\n\n```bash\n# If you cloned the repository...\ncargo install --path .\n\n# If you want to install it from GitHub...\ncargo install --git https://github.com/LiterateInk/Mentor\n```\n\nThis will install the `mentor` binary in your `$PATH`.\n\n## Usage\n\nBe in a repository and directly run this command.\n\n```bash\nmentor\n```\n\nIt'll ask you for the type of bump you want for the new version, and then it'll create a new commit and tag and push it to the current branch.\n\nIt'll also redirect you to the GitHub page to create a new release with the tag, release name and the release notes - generated using a `git log`.\n\n\u003e By the way, this project itself uses Mentor to release new versions. So, you can see how it works in action.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliterateink%2Fmentor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliterateink%2Fmentor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliterateink%2Fmentor/lists"}