{"id":20799908,"url":"https://github.com/action-pack/bump","last_synced_at":"2025-05-06T23:47:01.682Z","repository":{"id":168680025,"uuid":"644339140","full_name":"action-pack/bump","owner":"action-pack","description":"Action to generate a version number.","archived":false,"fork":false,"pushed_at":"2025-05-06T10:47:17.000Z","size":831,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T11:53:47.117Z","etag":null,"topics":["bump","bumpversion","github-action","github-actions","versioning"],"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/action-pack.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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,"zenodo":null}},"created_at":"2023-05-23T10:08:20.000Z","updated_at":"2025-04-14T19:53:52.000Z","dependencies_parsed_at":"2023-12-14T08:24:14.179Z","dependency_job_id":"afa47c61-1747-48ef-ac0c-6566d46918bb","html_url":"https://github.com/action-pack/bump","commit_stats":null,"previous_names":["action-pack/bump"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-pack%2Fbump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-pack%2Fbump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-pack%2Fbump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-pack%2Fbump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/action-pack","download_url":"https://codeload.github.com/action-pack/bump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252681551,"owners_count":21787761,"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":["bump","bumpversion","github-action","github-actions","versioning"],"created_at":"2024-11-17T18:11:21.913Z","updated_at":"2025-05-06T23:47:01.666Z","avatar_url":"https://github.com/action-pack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBump version\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \n  [![Build](https://github.com/action-pack/bump/actions/workflows/build.yml/badge.svg)](https://github.com/action-pack/bump/)\n  [![Version](https://img.shields.io/github/v/tag/action-pack/bump?label=version\u0026sort=semver\u0026color=066da5)](https://github.com/marketplace/actions/bump-version-number)\n  [![Size](https://img.shields.io/github/size/action-pack/bump/dist/index.js?branch=release/v2.08\u0026label=size\u0026color=066da5)](https://github.com/action-pack/bump/)\n  \n\u003c/div\u003e\u003c/h1\u003e\n\nAction to generate a version number using repository variables.\n\n## Features ✨\n\n  - Creates two variables, `vars.MAJOR` and `vars.MINOR`\n  - Increments the minor version each time the action is called\n  - Increments the major version as soon as minor hits 100.\n\n## Usage 🚀\n\n```yaml\n- uses: action-pack/bump@v2\n  with:\n    token: ${{ secrets.REPO_ACCESS_TOKEN }}\n- run: echo ${{ vars.MAJOR }}.${{ vars.MINOR }}\n```\n\n## Inputs 📝\n\n### token\n\n**Required** `String` Repository [Access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)\n\n### owner\n\n**Optional** `String` Owners name.\n\n### repository\n\n**Optional** `String` Repository name.\n\n### org\n\n**Optional** `Boolean` Indicates the repo is an [organization](https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/about-organizations).\n\n## FAQ 💬\n\n  * ### Why do I get the error '*Resource not accessible by integration*'?\n\n    This will happen if you use ```secrets.GITHUB_TOKEN```.\n\n    You need to create a [personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) instead.\n\n    Go to your Github settings, select 'Developer settings' --\u003e 'Personal access tokens' --\u003e 'Tokens (classic)' and create a new token. Store its value in a secret, for example ```MY_TOKEN```.\n\n    Then refer to it like this:\n    \n    ```yaml\n    token: ${{ secrets.MY_TOKEN }}\n    ```\n\n## Stars 🌟\n[![Stars](https://starchart.cc/action-pack/bump.svg?variant=adaptive)](https://starchart.cc/action-pack/bump)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faction-pack%2Fbump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faction-pack%2Fbump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faction-pack%2Fbump/lists"}