{"id":16744252,"url":"https://github.com/raulanatol/github-actions-releaser","last_synced_at":"2025-08-18T11:10:27.870Z","repository":{"id":38362845,"uuid":"260731731","full_name":"raulanatol/github-actions-releaser","owner":"raulanatol","description":"Github action to semantic release versions","archived":false,"fork":false,"pushed_at":"2025-02-18T22:54:42.000Z","size":1443,"stargazers_count":10,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T07:09:39.730Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/raulanatol.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":"2020-05-02T16:46:55.000Z","updated_at":"2024-10-24T06:09:48.000Z","dependencies_parsed_at":"2024-10-28T11:37:01.764Z","dependency_job_id":"7a4b52a3-2ed6-49d1-aef0-9e05beac9044","html_url":"https://github.com/raulanatol/github-actions-releaser","commit_stats":{"total_commits":89,"total_committers":2,"mean_commits":44.5,"dds":0.1235955056179775,"last_synced_commit":"d965aeb6cbcafa11eb46ba8b63a0e8dcd819fa9f"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/raulanatol/github-actions-releaser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulanatol%2Fgithub-actions-releaser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulanatol%2Fgithub-actions-releaser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulanatol%2Fgithub-actions-releaser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulanatol%2Fgithub-actions-releaser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raulanatol","download_url":"https://codeload.github.com/raulanatol/github-actions-releaser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulanatol%2Fgithub-actions-releaser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270982199,"owners_count":24679448,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-13T01:42:51.616Z","updated_at":"2025-08-18T11:10:27.843Z","avatar_url":"https://github.com/raulanatol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eGithub Actions Releaser\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cp\u003eThis action generates release notes based on the closed issues.\u003c/p\u003e\n\n# Inputs\n\n| Key | Description | Required | Type |\n| --- | ----------- | -------- | ---- |\n| `GITHUB_TOKEN` | The github Token | **TRUE** | **SECRET** |\n| `TAG_NAME` | The new tag name. Do not use it if you want to auto tagging | **FALSE** | String |\n\n# Example usage\n\nCreate the file `workflow.yml` in `.github/workflows` folder.\n\n```yaml\nname: Release\non:\n  push:\n    tags:\n      - 'v*'\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Generate release notes\n        uses: raulanatol/github-actions-releaser@main\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## With custom tag name\n\n```yaml\nname: Release\non:\n  push:\n    tags:\n      - 'v*'\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Generate release notes\n        uses: raulanatol/github-actions-releaser@main\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n          TAG_NAME: vTestName\n```\n\n# Example projects\n\n- [Javascript] https://github.com/raulanatol/javascript-example-gar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulanatol%2Fgithub-actions-releaser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulanatol%2Fgithub-actions-releaser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulanatol%2Fgithub-actions-releaser/lists"}