{"id":15319100,"url":"https://github.com/zoontek/bump-app-package-version","last_synced_at":"2026-06-18T19:32:09.714Z","repository":{"id":243222342,"uuid":"811809464","full_name":"zoontek/bump-app-package-version","owner":"zoontek","description":"A GitHub action to bump your app package.json version","archived":false,"fork":false,"pushed_at":"2024-06-07T14:14:06.000Z","size":490,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T10:24:45.479Z","etag":null,"topics":[],"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/zoontek.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-07T10:49:45.000Z","updated_at":"2024-06-07T14:13:01.000Z","dependencies_parsed_at":"2024-06-07T12:48:25.448Z","dependency_job_id":"a643c6f1-b7f2-4565-9760-1d9cf05f3c1d","html_url":"https://github.com/zoontek/bump-app-package-version","commit_stats":null,"previous_names":["zoontek/bump-package-version"],"tags_count":2,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/zoontek/bump-app-package-version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoontek%2Fbump-app-package-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoontek%2Fbump-app-package-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoontek%2Fbump-app-package-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoontek%2Fbump-app-package-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoontek","download_url":"https://codeload.github.com/zoontek/bump-app-package-version/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoontek%2Fbump-app-package-version/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34505419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-01T09:03:42.252Z","updated_at":"2026-06-18T19:32:09.698Z","avatar_url":"https://github.com/zoontek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bump-app-package-version\n\nA GitHub action to bump your app package.json version. Supports workspaces.\n\n## Usage\n\n```yml\nname: Bump version\n\non:\n  push:\n    branches: [main]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v4\n\n      - name: Bump version\n        id: bump_version\n        uses: zoontek/bump-app-package-version@v1\n        with:\n          type: patch # must be \"patch\", \"minor\" or \"major\" (required)\n          prefix: v # the release name prefix (optional - default: \"\")\n\n      - uses: EndBug/add-and-commit@v9\n        with:\n          message: ${{ steps.bump_version.outputs.new_version }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoontek%2Fbump-app-package-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoontek%2Fbump-app-package-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoontek%2Fbump-app-package-version/lists"}