{"id":15627708,"url":"https://github.com/fabienjuif/release-me","last_synced_at":"2025-04-28T19:32:50.528Z","repository":{"id":57659604,"uuid":"163604247","full_name":"fabienjuif/release-me","owner":"fabienjuif","description":"Create your release with ease!","archived":false,"fork":false,"pushed_at":"2019-02-25T13:42:27.000Z","size":71,"stargazers_count":3,"open_issues_count":12,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-25T06:07:35.058Z","etag":null,"topics":["cli","github","gitmoji","gitmoji-changelog","nantes","release","rust"],"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/fabienjuif.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-12-30T17:13:52.000Z","updated_at":"2019-01-04T15:58:24.000Z","dependencies_parsed_at":"2022-09-08T00:11:37.571Z","dependency_job_id":null,"html_url":"https://github.com/fabienjuif/release-me","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabienjuif%2Frelease-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabienjuif%2Frelease-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabienjuif%2Frelease-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabienjuif%2Frelease-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabienjuif","download_url":"https://codeload.github.com/fabienjuif/release-me/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251375222,"owners_count":21579400,"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":["cli","github","gitmoji","gitmoji-changelog","nantes","release","rust"],"created_at":"2024-10-03T10:18:56.132Z","updated_at":"2025-04-28T19:32:50.506Z","avatar_url":"https://github.com/fabienjuif.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# release-me\n\u003e Create your release with ease!\n\n\u003cbr /\u003e\n\u003cp style=\"text-align: center\" align=\"center\"\u003e\n  \u003ca href=\"https://circleci.com/gh/fabienjuif/release-me/tree/master\"\u003e\n    \u003cimg src=\"https://img.shields.io/circleci/project/github/fabienjuif/release-me/master.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/release-me\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/release-me.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://hub.docker.com/r/fabienjuif/release-me\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/docker--image-fabienjuif%2Frelease--me-blue.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/microbadger/image-size/fabienjuif%2Frelease-me.svg\" /\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n  [\u003ca href=\"https://docs.rs/crate/release-me\"\u003edocumentation\u003c/a\u003e]\n  [\u003ca href=\"https://github.com/fabienjuif/release-me\"\u003erepository\u003c/a\u003e]\n\u003c/p\u003e\n\u003cbr /\u003e\n\n## Purpose\nThe main purpose is to publish my lib with more ease.\n\nI want to have one simple command that:\n - Generate a changelog from the last tag to HEAD\n - Bump versions in differents files (Cargo.toml, package.json, etc)\n - Create the commit for this release\n - Create the tag for this release\n - Create the github release\n - Publish to npm (or crates.io)\n\n## Examples\nEach releases of `release-me` are done with the version being released at the time. You can see these releases there: https://github.com/fabienjuif/release-me/releases\n\nI hope each version will be better and better 😁\n\n## Roadmap\n - [x] Use gitmoji-changelog to create the latest release changelog\n - [ ] Let the user change its changelog text\n - [x] Commit the not indexes files\n - [x] Create the tag\n - [x] Push the tag\n - [x] Create the github release\n - [ ] Publish to npm\n - [ ] Publish to cargo\n\n## Try it\n### With Docker 🐳!\n```sh\n## set your github token\n## - the github token needs to have \"repo\" privileges\n## - you can create a new token here: https://github.com/settings/tokens/new\nexport GITHUB_TOKEN=\"your token\"\n\n## try it\ndocker run --rm -e GITHUB_TOKEN=${GITHUB_TOKEN} -v ${PWD}:/repo fabienjuif/release-me /repo --release \u003cyour_version\u003e\n# ex: docker run --rm -e GITHUB_TOKEN=${GITHUB_TOKEN} -v ${PWD}:/repo fabienjuif/release-me /repo --release\n\n## to see which options you can use:\ndocker run --rm -e GITHUB_TOKEN=${GITHUB_TOKEN} fabienjuif/release-me --help\n```\n\n### With cargo\n```sh\n## install it\ncargo install release-me\n\n# maybe you should reset your env here (relaunch your terminal or type `zsh` (or `bash`))\n\n## set your github token\n## - the github token needs to have \"repo\" privileges\n## - you can create a new token here: https://github.com/settings/tokens/new\nexport GITHUB_TOKEN=\"your token\"\n\n## try it\nrelease-me . --release #\u003cyour_version\u003e\n# ex: release-me . --release v0.1.0\n\n## to see which options you can use:\nrelease-me --help\n```\n\n\n## Commands\nThis project use a `Makefile`, here are the main targets:\n  - `package`: build the docker image\n  - `ci`: build the project (dev mode) and check clippy and rustfmt\n\nYou can still use cargo if you want to, eg building the release version with: `cargo build --release`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabienjuif%2Frelease-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabienjuif%2Frelease-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabienjuif%2Frelease-me/lists"}