{"id":17180783,"url":"https://github.com/jsok/svu-version-bump-action","last_synced_at":"2025-03-25T00:41:18.137Z","repository":{"id":45172425,"uuid":"392864003","full_name":"jsok/svu-version-bump-action","owner":"jsok","description":"GitHub Action to calculate next version using svu.","archived":false,"fork":false,"pushed_at":"2022-01-03T22:14:11.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T07:05:48.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsok.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}},"created_at":"2021-08-05T01:04:33.000Z","updated_at":"2022-01-03T22:14:14.000Z","dependencies_parsed_at":"2022-08-27T10:40:30.401Z","dependency_job_id":null,"html_url":"https://github.com/jsok/svu-version-bump-action","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fsvu-version-bump-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fsvu-version-bump-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fsvu-version-bump-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fsvu-version-bump-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsok","download_url":"https://codeload.github.com/jsok/svu-version-bump-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245090548,"owners_count":20559294,"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-15T00:31:44.526Z","updated_at":"2025-03-25T00:41:18.111Z","avatar_url":"https://github.com/jsok.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# svu (Semantic Version Util) action\n\nGitHub Action to calculate next version using [svu](https://github.com/caarlos0/svu).\n\n## Inputs\n\n### `bump`\n\nWhat kind of version bump to perform.\nDefaults to `next`, but also supports: `major`, `minor` or `patch`.\n\n### `pattern`\n\n**Optional**: Invokes `svu --pattern`'s behaviour, default to `*`.\n\n### `prefix`\n\n**Optional**: Invokes `svu --prefix`'s behaviour, defaults to `v`.\n\n## Outputs\n\n### `version`\n\nThe next calculated version number.\n\n###`version-without-prefix`\n\nThe next calculated version number without the prefix.\n\n## Usage\n\n### Example usage\n\n```yaml\nuses: jsok/svu-version-bump-action@v2\nwith:\n  bump: 'next'\n```\n\n### Custom pattern and prefix\n\n```yaml\nuses: jsok/svu-version-bump-action@v2\nwith:\n  bump: 'next'\n  pattern: 'foo/*'\n  prefix: 'foo/v'\n```\n\n## Upgrading from `v1`\n\nSee [`v2.0.0` release notes](https://github.com/jsok/svu-version-bump-action/releases/tag/v2.0.0)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsok%2Fsvu-version-bump-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsok%2Fsvu-version-bump-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsok%2Fsvu-version-bump-action/lists"}