{"id":20292820,"url":"https://github.com/groovymc/simpleci","last_synced_at":"2025-07-04T19:37:00.054Z","repository":{"id":184417429,"uuid":"621834385","full_name":"GroovyMC/SimpleCI","owner":"GroovyMC","description":"A Gradle Plugin used for simple (Minecraft mod) CI configuration","archived":false,"fork":false,"pushed_at":"2023-07-28T09:57:04.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T09:15:46.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Groovy","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/GroovyMC.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}},"created_at":"2023-03-31T13:41:28.000Z","updated_at":"2023-03-31T17:15:36.000Z","dependencies_parsed_at":"2023-07-28T10:51:24.388Z","dependency_job_id":null,"html_url":"https://github.com/GroovyMC/SimpleCI","commit_stats":null,"previous_names":["groovymc/simpleci"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GroovyMC%2FSimpleCI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GroovyMC%2FSimpleCI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GroovyMC%2FSimpleCI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GroovyMC%2FSimpleCI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GroovyMC","download_url":"https://codeload.github.com/GroovyMC/SimpleCI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241787485,"owners_count":20020101,"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-14T15:19:29.975Z","updated_at":"2025-03-04T05:14:24.419Z","avatar_url":"https://github.com/GroovyMC.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleCI\nA Gradle Plugin used for simple (Minecraft mod) CI configuration\n\n## Configuration\nUsing the SimpleCI-generated version is as simple as adding the following line to your buildscript:\n```gradle\nversion = versioning.calculatedVersion\n```\n\n## Versioning rules\nThis plugin is tag-based. It will query the latest tag as a `major.minor.patch-(alpha/beta.number)` with only the major being required. Examples of valid tags:\n- `46`, `46.0`, `46.0.0`\n- `45-alpha`, `45-beta.2`\n\nThen, the commit tree will be walked until it hits the latest commit. For every encountered commit, ignoring commits with `[noci]` in the message, a version number will be modified, as follows, in the following order:\n- if the commit message contains `[minor]`, the major will be bumped;\n- if the commit message contains `[beta]`, the beta number will be increased, resetting the alpha version;\n- if the commit message contains `[alpha]`, the alpha number will be increased, resetting the beta version;\n- otherwise, the patch version will be bumped.\n\nExamples:\n- given the following commits, from latest to oldest, starting from the `5.0` tag, the version will be `5.0.3-alpha.1`\n * `[alpha] Add this other experimental feature`\n * `[alpha] Add a new experimental feature`\n * `Fix the third bug`\n * `Fix the second bug`\n * `Fix the first bug`\n \n ## The `configureTeamCity` task\n The plugin registers a `configureTeamCity` task which should be configured to be ran by TeamCity in order to set the build number to the project version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroovymc%2Fsimpleci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroovymc%2Fsimpleci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroovymc%2Fsimpleci/lists"}