{"id":17398467,"url":"https://github.com/vweevers/additional-tags-action","last_synced_at":"2025-04-30T05:21:43.419Z","repository":{"id":65162268,"uuid":"309196297","full_name":"vweevers/additional-tags-action","owner":"vweevers","description":"A GitHub action to create major and minor git tags from the last tag.","archived":false,"fork":false,"pushed_at":"2023-10-01T18:48:40.000Z","size":7,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-25T01:58:20.594Z","etag":null,"topics":["git","github-action","major-tag","minor-tag","semver","tags"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/vweevers.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":"2020-11-01T21:56:38.000Z","updated_at":"2023-10-30T09:54:29.000Z","dependencies_parsed_at":"2024-06-20T18:57:43.831Z","dependency_job_id":null,"html_url":"https://github.com/vweevers/additional-tags-action","commit_stats":{"total_commits":6,"total_committers":3,"mean_commits":2.0,"dds":"0.33333333333333337","last_synced_commit":"c873e12b5ccc449179f8cc102be3f954fcb7bd31"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fadditional-tags-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fadditional-tags-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fadditional-tags-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fadditional-tags-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vweevers","download_url":"https://codeload.github.com/vweevers/additional-tags-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251645982,"owners_count":21620846,"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":["git","github-action","major-tag","minor-tag","semver","tags"],"created_at":"2024-10-16T14:57:00.445Z","updated_at":"2025-04-30T05:21:43.399Z","avatar_url":"https://github.com/vweevers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# additional-tags-action\n\n**A [GitHub Action](https://github.com/features/actions) to create major and minor git tags from the last tag.**\n\n![GitHub tag](https://img.shields.io/github/v/tag/vweevers/additional-tags-action?sort=semver)\n[![License](https://img.shields.io/github/license/vweevers/additional-tags-action)](LICENSE)\n\n## Usage\n\n```yaml\non:\n  push:\n    tags:\n      - v[0-9]+.[0-9]+.[0-9]+\njobs:\n  release:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: vweevers/additional-tags-action@v2\n```\n\nIf your tag is `v2.4.8` (for example) then this action will create 2 additional tags (`v2` and `v2.4`) and push them to GitHub, replacing existing tags. If the tag is a prerelease (not x.x.x) or not prefixed with `v` then nothing happens.\n\n## Why\n\nUseful to release actions. Consumers of your action can now pin to either a:\n\n- Major version (`uses: my-action@v2`)\n- Minor version (`uses: my-action@v2.4`)\n- Exact version (`uses: my-action@v2.4.8`)\n\n## Inputs\n\nNone.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fadditional-tags-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvweevers%2Fadditional-tags-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fadditional-tags-action/lists"}