{"id":20566025,"url":"https://github.com/fischerscode/tagger","last_synced_at":"2025-04-14T15:35:39.748Z","repository":{"id":37083235,"uuid":"411447774","full_name":"fischerscode/tagger","owner":"fischerscode","description":"Automatically move your semantic GitHub Action tags on release.","archived":false,"fork":false,"pushed_at":"2023-04-27T11:00:13.000Z","size":36,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T12:04:05.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fischerscode.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":"2021-09-28T21:48:44.000Z","updated_at":"2024-04-18T04:33:55.000Z","dependencies_parsed_at":"2024-11-16T04:39:52.631Z","dependency_job_id":"e8aec1aa-f546-43d3-ba18-c68c5996a1b2","html_url":"https://github.com/fischerscode/tagger","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":0.07999999999999996,"last_synced_commit":"6fa28ad7a51476ef860dd99afd1106d0be8e71ab"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fischerscode%2Ftagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fischerscode%2Ftagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fischerscode%2Ftagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fischerscode%2Ftagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fischerscode","download_url":"https://codeload.github.com/fischerscode/tagger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248907030,"owners_count":21181265,"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-16T04:39:49.896Z","updated_at":"2025-04-14T15:35:39.726Z","avatar_url":"https://github.com/fischerscode.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/github/v/release/fischerscode/tagger)](https://github.com/fischerscode/tagger/releases/latest)\n[![](https://img.shields.io/github/license/fischerscode/tagger)](https://github.com/fischerscode/tagger/blob/master/LICENSE)\n\nYou can use Tagger either as a [command line tool](#tagger-as-a-command-line-tool) or an [GitHub Action](#tagger-v02-action)\n\n\n# Tagger V0.2 Action\nThis action automatically moves semantic tags. When providing the tag '1.2.3', '1' and '1.2' will be moved to the position of '1.2.3'.\n\nThis action is meant to be run when ever a release has been created.\n\n## Usage\n```yaml\nname: move tags\n\non:\n  release:\n    types:\n      - \"created\"\n\njobs:\n  tags:\n    runs-on: ubuntu-latest\n    steps:\n      # You have to check out your repo first.\n      - uses: actions/checkout@v2\n      - uses: fischerscode/tagger@v0.2\n        with:\n          # The prefix of the semantic tags.\n          # Default: ''\n          prefix: v\n\n          # The new tag. Other tags will be moved to this position.\n          # If present, the leading 'refs/tags/' will be removed.\n          # ${{ github.ref }}\n          tag: \n```\n\n# Tagger as a command line tool\n\nPrebuilt executables can be found [here](https://github.com/fischerscode/tagger/releases/latest).\n\n## Usage:\n```\nAutomatically move semantic tags. When providing the tag '1.2.3', '1' and '1.2' will be moved to the position of '1.2.3'.\n\nUsage: tagger \u003ccommand\u003e [arguments]\n\nGlobal options:\n-h, --help    Print this usage information.\n\nAvailable commands:\n  move   Move the tags.\n\nRun \"tagger help \u003ccommand\u003e\" for more information about a command.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffischerscode%2Ftagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffischerscode%2Ftagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffischerscode%2Ftagger/lists"}