{"id":20393074,"url":"https://github.com/aichbauer/semver","last_synced_at":"2025-12-04T02:04:24.552Z","repository":{"id":40481470,"uuid":"488990819","full_name":"aichbauer/semver","owner":"aichbauer","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-05T15:21:19.000Z","size":1,"stargazers_count":0,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-04T20:40:53.440Z","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/aichbauer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-05T13:48:55.000Z","updated_at":"2022-05-05T13:56:02.000Z","dependencies_parsed_at":"2022-08-09T21:50:10.530Z","dependency_job_id":null,"html_url":"https://github.com/aichbauer/semver","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fsemver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fsemver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fsemver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fsemver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aichbauer","download_url":"https://codeload.github.com/aichbauer/semver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241942504,"owners_count":20046355,"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-15T03:47:14.822Z","updated_at":"2025-12-04T02:04:19.509Z","avatar_url":"https://github.com/aichbauer.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SemVer\n\nmajor.minor.patch\n\n## Changelog\n\n- create a changelog file\n  - patch, minor and major version release\n    - explain the bug fixes\n  - minor and major version release\n    - explain new features and how to use them\n  - major release\n    - explain the breaking changes and how to upgrade\n\n## update the version\n\nupdate the version within your project.\n\ne.g. package.json, setup.cfg pom.xml,\n\n## create a new commit\n\n```sh\ngit commit -m \"release v1.1.1\"\n```\n\n## create annotated tag\n\n```sh\ngit tag -a v1.1.1 -m \"release v1.1.1\"\n```\n\n## release new version\n\n```sh\ngit push --follow-tags\n```\n\n## release on diff. platform\n\ne.g. npm, pip, maven central repository\n\nor to the companies private package manager\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fsemver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faichbauer%2Fsemver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fsemver/lists"}