{"id":20610535,"url":"https://github.com/reugn/sbt-bump-version","last_synced_at":"2026-04-25T03:32:20.863Z","repository":{"id":100155034,"uuid":"190973419","full_name":"reugn/sbt-bump-version","owner":"reugn","description":"Bump project version using sbt","archived":false,"fork":false,"pushed_at":"2019-06-09T09:33:29.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T03:25:53.140Z","etag":null,"topics":["sbt","sbt-plugin","version-bump","versioning"],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reugn.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-09T06:44:30.000Z","updated_at":"2019-06-09T09:38:34.000Z","dependencies_parsed_at":"2023-05-12T14:15:11.721Z","dependency_job_id":null,"html_url":"https://github.com/reugn/sbt-bump-version","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reugn%2Fsbt-bump-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reugn%2Fsbt-bump-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reugn%2Fsbt-bump-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reugn%2Fsbt-bump-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reugn","download_url":"https://codeload.github.com/reugn/sbt-bump-version/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242257875,"owners_count":20098224,"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":["sbt","sbt-plugin","version-bump","versioning"],"created_at":"2024-11-16T10:17:08.110Z","updated_at":"2026-04-25T03:32:15.803Z","avatar_url":"https://github.com/reugn.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sbt-bump-version\n[ ![Download](https://api.bintray.com/packages/reug/maven/sbt-bump-version/images/download.svg) ](https://bintray.com/reug/maven/sbt-bump-version/_latestVersion)\n\nThis plugin provides a task to update the project version.\nThe versioning approach follows the [SemVer](https://semver.org/) rules.\n\n\u003eGiven a version number MAJOR.MINOR.PATCH, increment the:\n\u003e\n\u003e   - MAJOR version when you make incompatible API changes,\n\u003e   - MINOR version when you add functionality in a backward-compatible manner, and\n\u003e   - PATCH version when you make backward-compatible bug fixes.\n\u003e\n\u003eAdditional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.\n\n## Getting started\nAdd the following to ./project/plugins.sbt:\n```scala\nresolvers += Resolver.bintrayRepo(\"reug\", \"maven\")\naddSbtPlugin(\"com.github.reugn\" % \"sbt-bump-version\" % \"\u003cversion\u003e\")\n```\nEnable plugin:\n```scala\nenablePlugins(VersionBumpPlugin)\n```\n\n## Usage\n- sbt \"vbump major\"  \n- sbt \"vbump minor\"\n- sbt \"vbump patch\"\n- sbt \"vbump build\"\n\nOptional [identifiers](https://semver.org/#spec-item-9) (SNAPSHOT etc') should be appended manually with further support by a version bump task.\n\n## License\nLicensed under the [Apache 2.0 License](./LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freugn%2Fsbt-bump-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freugn%2Fsbt-bump-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freugn%2Fsbt-bump-version/lists"}