{"id":22865315,"url":"https://github.com/lucasmelin/molting-release-action","last_synced_at":"2026-04-28T11:32:03.653Z","repository":{"id":87134575,"uuid":"470689795","full_name":"lucasmelin/molting-release-action","owner":"lucasmelin","description":"GitHub Action to update and release new versions of your software","archived":false,"fork":false,"pushed_at":"2022-03-21T02:31:22.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T14:27:02.626Z","etag":null,"topics":["action","actions","github-action","github-actions","python","release"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/create-a-release-using-molting","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucasmelin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-03-16T17:39:03.000Z","updated_at":"2022-03-21T02:35:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c23537a-6344-4cbe-a3a7-01fe58c4996f","html_url":"https://github.com/lucasmelin/molting-release-action","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/lucasmelin%2Fmolting-release-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmelin%2Fmolting-release-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmelin%2Fmolting-release-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmelin%2Fmolting-release-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasmelin","download_url":"https://codeload.github.com/lucasmelin/molting-release-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246450402,"owners_count":20779406,"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":["action","actions","github-action","github-actions","python","release"],"created_at":"2024-12-13T11:36:20.788Z","updated_at":"2026-04-28T11:31:58.627Z","avatar_url":"https://github.com/lucasmelin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐍🐍 molting Release Action\n\nGitHub Action to automate releases using [`molting`](https://github.com/lucasmelin/molting).\n\n## Examples\n\n### Trigger a new version on every push\n```yaml\nname: molting release\non: [push]\n\njobs:\n  molting_job:\n    runs-on: ubuntu-latest\n    name: Update the project version\n    steps:\n      - uses: actions/checkout@v2\n      - uses: lucasmelin/molting-release-action@v1\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### Manually trigger a release\n```yaml\nname: molting release\non:\n  workflow_dispatch:\n    inputs:\n      version:\n        type: choice\n        description: Choose the type of release\n        options:\n          - patch\n          - minor\n          - major\n\njobs:\n  molting_job:\n    runs-on: ubuntu-latest\n    name: Update the project version\n    steps:\n      - uses: actions/checkout@v2\n      - uses: lucasmelin/molting-release-action@v1\n        with:\n          version: ${{ github.event.inputs.version }}\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasmelin%2Fmolting-release-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasmelin%2Fmolting-release-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasmelin%2Fmolting-release-action/lists"}