{"id":15286424,"url":"https://github.com/tspascoal/increment-version-action","last_synced_at":"2025-05-07T03:46:18.937Z","repository":{"id":37800679,"uuid":"357617081","full_name":"tspascoal/increment-version-action","owner":"tspascoal","description":"Sample action that implements a version number incrementor.","archived":false,"fork":false,"pushed_at":"2025-05-01T14:32:21.000Z","size":1181,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-01T15:17:53.797Z","etag":null,"topics":["actions","github-actions"],"latest_commit_sha":null,"homepage":"","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/tspascoal.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":"2021-04-13T16:18:52.000Z","updated_at":"2025-03-11T13:36:00.000Z","dependencies_parsed_at":"2024-05-01T15:41:42.249Z","dependency_job_id":"b5e6a1cd-bdfc-4adc-b1b1-ed3e74f254c5","html_url":"https://github.com/tspascoal/increment-version-action","commit_stats":{"total_commits":37,"total_committers":2,"mean_commits":18.5,"dds":"0.32432432432432434","last_synced_commit":"1ce2ed5851594912f397893e7ac1612064234437"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tspascoal%2Fincrement-version-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tspascoal%2Fincrement-version-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tspascoal%2Fincrement-version-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tspascoal%2Fincrement-version-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tspascoal","download_url":"https://codeload.github.com/tspascoal/increment-version-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252810274,"owners_count":21807759,"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":["actions","github-actions"],"created_at":"2024-09-30T15:13:56.948Z","updated_at":"2025-05-07T03:46:18.922Z","avatar_url":"https://github.com/tspascoal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Increment Version Action\n\nSample action that implements a version number incrementor.\n\nVersion can be in the format `MAJOR.MINOR.PATCH-PRERELEASE`\n\nIt's a little more lenient than semver since the components can be ommited (eg: MAJOR.MINOR)\n\nYou can increment major, minor or patch\n\nOutputs a `version` variable\n\nusage:\n\n```yaml\n- uses: tspascoal/increment-version-action@v2\n  id: increment\n  with:\n    version: 2.0-alpha\n    increment_type: major # major, minor or patch (it will thrown an error if the component type isn't present)\n    increment: 2 # optional. Default value is 1\n\n- run: echo new version ${{ steps.increment.outputs.version }}\n```\n\n\u003e Warning this is just a sample. Use at your own risk :)\n\n\u003e Note: Use v1 for node16 and v2 for node20 (recommended unless in an old runner version that doesn't support node20 yet).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftspascoal%2Fincrement-version-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftspascoal%2Fincrement-version-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftspascoal%2Fincrement-version-action/lists"}