{"id":13478869,"url":"https://github.com/falcucci/release-me","last_synced_at":"2025-04-14T20:09:20.758Z","repository":{"id":135829698,"uuid":"140365724","full_name":"falcucci/release-me","owner":"falcucci","description":"A bunch of scripts that helps developers manage their software releases. It provides a ready-to-use process to track tasks, organize releases, and automate deployment processes.","archived":false,"fork":false,"pushed_at":"2021-03-01T04:58:58.000Z","size":72,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T20:09:08.129Z","etag":null,"topics":["automation","changelog","deploy"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/falcucci.png","metadata":{"files":{"readme":"README.md","changelog":"changelog-it.sh","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}},"created_at":"2018-07-10T02:23:00.000Z","updated_at":"2023-01-31T16:11:30.000Z","dependencies_parsed_at":"2024-01-16T06:19:53.884Z","dependency_job_id":"f3f1937b-ce35-4c8a-9603-71ff0bd1fee2","html_url":"https://github.com/falcucci/release-me","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/falcucci%2Frelease-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcucci%2Frelease-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcucci%2Frelease-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcucci%2Frelease-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/falcucci","download_url":"https://codeload.github.com/falcucci/release-me/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248952349,"owners_count":21188426,"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":["automation","changelog","deploy"],"created_at":"2024-07-31T16:02:04.873Z","updated_at":"2025-04-14T20:09:20.715Z","avatar_url":"https://github.com/falcucci.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Release-me \n\n## What is it? :bulb:\n\nIt's just useful scripts to make our work when we talk about changelogs, releases and build automation like `APK's` generation and send it into `google drive'`s folders. It also could be a `gist` but obviously I want to put other scripts related of it as I need here.\n\n# Requirements\n\n## Config to use `release.sh` script\n\nBefore to start to use it, please install the following dependencies:\n\n* [ruby](https://www.ruby-lang.org/en/documentation/installation/)\n* [GitHub Changelog Generator](https://github.com/github-changelog-generator/github-changelog-generator)\n* [chandler](https://github.com/mattbrictson/chandler)\n* [npm](https://github.com/creationix/nvm)\n* React Native Version `npm install -g react-native-version`\n\nBasically it uses the libraries above to make the automation and currently could be executed from your `terminal` by the following snippet: \n```shell\nbash -c \"$(curl -LsS https://raw.githubusercontent.com/falcucci/release-me/master/release.sh)\"\n```\nor just put it on your `package.json` as follows:\n\n```json\n{\n  \"scripts\": {\n    \"publish\": \"curl -LsS https://raw.githubusercontent.com/falcucci/release-me/master/release.sh | bash -s\"\n  }\n}\n```\n\n## Config to use `apk-builder.sh` script\n\nBefore to start to use it, please install the following dependencies:\n\n* [gdrive](https://github.com/prasmussen/gdrive) `brew install gdrive`\n\nThe script will build your `APK` file and send it for your google drive folder to manage your versions. For now you could add a npm script at your `package.json` as follows and e.g run `npm run build staging`:\n```json\n{\n  \"scripts\": {\n    \"build\": \"curl -LsS https://raw.githubusercontent.com/falcucci/release-me/master/apk-builder.sh | bash -s\",\n  }\n}\n```\n\nAlso, read how [gdrive](https://github.com/prasmussen/gdrive) works and add the `GOOGLE_DRIVE_FOLDER_ID` variable at your `.env.\u003cenvironment\u003e` file as your google drive folder identifier. If you have two folders for example, put it on each one in the related `.env`.\n\n## Notifications\n\nWe have a script to avoid you to visit [One Signal](https://onesignal.com/) every time to send and debug a `push-notification`. Firstly get the `TEMPLATE_ID` value and put it in your `.env` environment file. The `template_id` is the UUID found in the URL when viewing a template on our dashboard. Secondly get your `PLAYER_ID` [here](https://documentation.onesignal.com/docs/player-id).\n\nSo, with that variables already setted just run `npm run notification \u003cplayer_id\u003e`\n\n```json\n{\n  \"scripts\": {\n    \"notification\": \"curl -LsS https://raw.githubusercontent.com/falcucci/release-me/master/notification.sh | bash -s\",\n  }\n}\n```\n\n## Config to use `changelog-it.sh`\n\n* `npm i -g -S @falcucci/changelog-it@1.5.3`\n\nThe most useful script integrated with [gitlab]() and [jira]() so far.\n\n```bash\ncurl -LsS https://raw.githubusercontent.com/falcucci/release-me/master/changelog-it.sh | bash -s \u003csemantic-version\u003e \u003csummary\u003e\n```\n\nPlease, check it out (how to configure) your channels, templates and more in the [changelog-it](https://github.com/falcucci/jira-changelog) README.\n\nThat's it! :sparkles:\n\n## License\n\nThe code is available under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalcucci%2Frelease-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffalcucci%2Frelease-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalcucci%2Frelease-me/lists"}