{"id":42979484,"url":"https://github.com/nofusscomputing/action_bump","last_synced_at":"2026-01-31T01:42:55.020Z","repository":{"id":252342164,"uuid":"840151216","full_name":"nofusscomputing/action_bump","owner":"nofusscomputing","description":"GH Action/Workflow for Bumping Version.","archived":false,"fork":false,"pushed_at":"2024-08-15T04:01:06.000Z","size":6,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"development","last_synced_at":"2025-06-23T03:11:34.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nofusscomputing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-09T04:44:37.000Z","updated_at":"2024-08-15T04:01:06.000Z","dependencies_parsed_at":"2024-08-09T05:55:40.733Z","dependency_job_id":null,"html_url":"https://github.com/nofusscomputing/action_bump","commit_stats":null,"previous_names":["nofusscomputing/action_bump"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nofusscomputing/action_bump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofusscomputing%2Faction_bump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofusscomputing%2Faction_bump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofusscomputing%2Faction_bump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofusscomputing%2Faction_bump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nofusscomputing","download_url":"https://codeload.github.com/nofusscomputing/action_bump/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofusscomputing%2Faction_bump/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28926404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-31T01:42:54.825Z","updated_at":"2026-01-31T01:42:54.971Z","avatar_url":"https://github.com/nofusscomputing.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## No Fuss Computing - GH Action / Workflow for bumping version\n\n\nFor the workflow to run the repo requires a [`.cz.yaml`](https://commitizen-tools.github.io/commitizen/config/#czyaml-or-czyaml) file at the root of the repo\n\n``` yaml\n\n---\ncommitizen:\n  name: cz_conventional_commits\n  prerelease_offset: 1\n  tag_format: $version\n  update_changelog_on_bump: false\n  version: 0.0.1\n  version_scheme: semver\n\n```\n\nTo use this reusable workflow add the following file to path `.github/workflows/bump.yaml`\n\n``` yaml\n\n---\n\nname: 'Bump'\n\n\non:\n  workflow_dispatch:\n    inputs:\n      CZ_PRE_RELEASE:\n        default: none\n        required: false\n        description: Create Pre-Release {alpha,beta,rc,none}\n      CZ_INCREMENT:\n        default: none\n        required: false\n        description: Type of bump to conduct {MAJOR,MINOR,PATCH,none}\n  push:\n    branches:\n      - 'master'\n\n\njobs:\n\n  bump:\n    name: 'Bump'\n    uses: nofusscomputing/action_bump/.github/workflows/bump.yaml@development\n    with:\n      CZ_PRE_RELEASE: ${{ inputs.CZ_PRE_RELEASE }}\n      CZ_INCREMENT: ${{ inputs.CZ_INCREMENT }}\n    secrets:\n      WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}\n\n```\n\n\n## Additional Action Script\n\nThis Action/workflow will look for a shell script in location `.github/additional_actions_bump.sh` and execute it. This script if present will run before **any** git comiit occurs as part of the bump process. This is so that you can update version in additional files if required. Available environmental variables are as follows:\n\n- `CURRENT_VERSION` _Set to the current version of the repo._\n- `NEW_VERSION` _Set to the version the repo will be bumped to._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnofusscomputing%2Faction_bump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnofusscomputing%2Faction_bump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnofusscomputing%2Faction_bump/lists"}