{"id":16946105,"url":"https://github.com/lsegal/github-release-from-changelog-action","last_synced_at":"2025-03-23T17:30:56.049Z","repository":{"id":52184304,"uuid":"324884385","full_name":"lsegal/github-release-from-changelog-action","owner":"lsegal","description":"Creates a GitHub release from a CHANGELOG file","archived":false,"fork":false,"pushed_at":"2020-12-28T07:08:23.000Z","size":10,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"latest","last_synced_at":"2024-05-02T05:33:31.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/lsegal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-12-28T01:35:35.000Z","updated_at":"2023-02-03T17:34:57.000Z","dependencies_parsed_at":"2023-01-11T17:23:13.228Z","dependency_job_id":null,"html_url":"https://github.com/lsegal/github-release-from-changelog-action","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsegal%2Fgithub-release-from-changelog-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsegal%2Fgithub-release-from-changelog-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsegal%2Fgithub-release-from-changelog-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsegal%2Fgithub-release-from-changelog-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsegal","download_url":"https://codeload.github.com/lsegal/github-release-from-changelog-action/tar.gz/refs/heads/latest","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245140798,"owners_count":20567450,"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":[],"created_at":"2024-10-13T21:24:59.442Z","updated_at":"2025-03-23T17:30:55.769Z","avatar_url":"https://github.com/lsegal.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Release from Changelog Action\n\nAction to create a GitHub release from a CHANGELOG file.\n\n**NOTE**: This action requires `GITHUB_TOKEN` exported to the environment. See\nbelow for an example.\n\n## Inputs\n\n### `tag`\n\n**Optional** The tag to use for the release. Omit if triggering from a tag event.\n\n### `filename`\n\n**Optional** The changelog filename. Default searches across a range of\ncommon changelog filenames.\n\n## Outputs\n\n### `release_url`\n\nThe GitHub release URL.\n\n### `tag`\n\nThe tag used to create the release.\n\n## Example usage\n\n**NOTE**: Remember to add `GITHUB_TOKEN` via environment.\n\n```yaml\non:\n  push:\n    tags:\n      - \"v*\"\n---\njobs:\n  release_version:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Generate GitHub Release\n        uses: lsegal/github-release-from-changelog-action@latest\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsegal%2Fgithub-release-from-changelog-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsegal%2Fgithub-release-from-changelog-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsegal%2Fgithub-release-from-changelog-action/lists"}