{"id":19680441,"url":"https://github.com/touchlab/autoversion-tagmarker","last_synced_at":"2026-04-16T01:31:36.398Z","repository":{"id":193875633,"uuid":"689651059","full_name":"touchlab/autoversion-tagmarker","owner":"touchlab","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-07T19:38:27.000Z","size":495,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-10T05:27:00.123Z","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/touchlab.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":"CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2023-09-10T13:42:36.000Z","updated_at":"2023-09-21T18:01:51.000Z","dependencies_parsed_at":"2023-09-22T04:50:35.544Z","dependency_job_id":null,"html_url":"https://github.com/touchlab/autoversion-tagmarker","commit_stats":null,"previous_names":["touchlab/autoversion","touchlab/autoversion-tagmarker"],"tags_count":2,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touchlab%2Fautoversion-tagmarker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touchlab%2Fautoversion-tagmarker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touchlab%2Fautoversion-tagmarker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touchlab%2Fautoversion-tagmarker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/touchlab","download_url":"https://codeload.github.com/touchlab/autoversion-tagmarker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240989350,"owners_count":19889676,"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-11-11T18:05:09.570Z","updated_at":"2026-04-16T01:31:31.373Z","avatar_url":"https://github.com/touchlab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto Version\n\nGitHub action to creat a new patch version from:\n\n* A base version consisting of a major and minor value, conforming to the Semantic Versioning convention. Ex. `2.5`.\n* The git repo tags. This action assumes full, proper SemVer strings in tags mark versions.\n\nThe \"Auto Version\" action will look for git tags that match the `versionBase` value, find the highest value, and provide the output `nextVersion` as the next automated SemVer string value.\n\nExample:\n\n```yaml\n      - uses: touchlab/autoversion@main\n        id: autoversion\n        with:\n          versionBase: 2.5\n\n      - name: Print Next Version\n        id: outputversion\n        run: echo \"${{ steps.autoversion.outputs.nextVersion }}\"\n```\n\nIf the repo had the following tags:\n\n```\n2.5.0\n2.5.1\n2.5.2\n```\n\nThe resulting value would be `2.5.3`.\n\nChanging the `versionBase` resets the autoversion patch number. If we changed the config to the following:\n\n```yaml\n      - uses: touchlab/autoversion@main\n        id: autoversion\n        with:\n          versionBase: 2.6\n```\n\nThe immediate next value would be `2.6.0`.\n\nThis action assumes you're applying git tags for versions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftouchlab%2Fautoversion-tagmarker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftouchlab%2Fautoversion-tagmarker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftouchlab%2Fautoversion-tagmarker/lists"}