{"id":15046190,"url":"https://github.com/labd/changie-release-action","last_synced_at":"2025-07-02T13:06:14.729Z","repository":{"id":124508123,"uuid":"610970010","full_name":"labd/changie-release-action","owner":"labd","description":"GitHub action for Changie","archived":false,"fork":false,"pushed_at":"2025-03-03T10:30:16.000Z","size":40,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-25T11:52:56.790Z","etag":null,"topics":["changie","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"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/labd.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-07T21:04:25.000Z","updated_at":"2025-03-03T10:30:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffab81a9-50b5-4a55-8cd7-395930e64306","html_url":"https://github.com/labd/changie-release-action","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/labd/changie-release-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fchangie-release-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fchangie-release-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fchangie-release-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fchangie-release-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labd","download_url":"https://codeload.github.com/labd/changie-release-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fchangie-release-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263145838,"owners_count":23420678,"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":["changie","github-actions"],"created_at":"2024-09-24T20:52:49.823Z","updated_at":"2025-07-02T13:06:14.718Z","avatar_url":"https://github.com/labd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# changie-release-action\nAutomate version and release management using [changie](https://github.com/miniscruff/changie)\n\nThis action creates a new PR with an updated `CHANGELOG.md` file. When merged it\nwill automatically create a new tag and trigger another GitHub action workflow\nthat can then do the actual release.\n\nThe workflow is inspired both by [changie](https://github.com/miniscruff/changie)\nand [@changesets/action](https://github.com/changesets/action)\n\n## Usage\n\n```yaml\nname: Test changes\n\non:\n  push:\n    branches:\n      - 'main'\n\npermissions:\n  contents: write\n  pull-requests: write\n  actions: write\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout\n      uses: actions/checkout@v3\n      with:\n        fetch-depth: 0\n\n    - name: Prepare release\n      uses: labd/changie-release-action@v0.6.0\n      with:\n        github-token: ${{ secrets.GITHUB_TOKEN }}\n\n        # Optionally run a command with the new version number when the new\n        # version is determined.\n        version-command: 'echo \"New version is $PACKAGE_VERSION\" \u003e version.txt'\n\n        # Trigger another release workflow to do the actual release.\n        # Set to for example `release.yaml` to trigger that workflow.\n        # Default is no trigger\n        release-workflow: 'release.yaml'\n```\n\n## Triggering a release\n\nThis triggered workflow needs the `on: workflows` event. For example:\n\n```yaml\nname: Release\n\non:\n  workflow_dispatch:\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - name: Set env\n        run: echo \"${GITHUB_REF#refs/*/}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fchangie-release-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabd%2Fchangie-release-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fchangie-release-action/lists"}