awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 repositorios

Awesome GitHub RepositoriesGit Versioning Managers

Tools that specialize in managing semantic versions and Git tags based on commit history.

Distinct from Git and Version Control Tools: Existing candidates are too broad (awesome lists) or too specific (data versioning).

Explore 14 awesome GitHub repositories matching development tools & productivity · Git Versioning Managers. Refine with filters or upvote what's useful.

Awesome Git Versioning Managers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • morvanzhou/tutorialsAvatar de MorvanZhou

    MorvanZhou/tutorials

    12,952Ver en GitHub↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    Provides practical guides on using Git to manage code versions and project history.

    Pythonmachine-learningmultiprocessingneural-network
    Ver en GitHub↗12,952
  • release-it/release-itAvatar de release-it

    release-it/release-it

    8,975Ver en GitHub↗

    release-it is a Git release automation tool designed to coordinate software versioning, changelog generation, and package publishing. It functions as a semantic versioning manager that increments project versions and updates configuration files based on semantic standards or custom schemes. The project distinguishes itself through a plugin-based extension system that allows for custom versioning and publishing logic. It supports complex project structures via monorepo versioning automation to synchronize internal dependencies across multiple workspaces. The tool covers a broad range of capab

    Manages semantic versioning and Git tags by analyzing commit history to determine the next version number.

    JavaScriptautomationbumpchangelog
    Ver en GitHub↗8,975
  • webpro/release-itAvatar de webpro

    webpro/release-it

    8,977Ver en GitHub↗

    release-it is an automated software release tool used for version bumping, Git tagging, and publishing software packages to registries. It functions as a Git versioning manager and changelog generator, facilitating the transition from code changes to official releases. The tool provides a non-interactive mode for executing release pipelines within continuous integration environments, as well as an interactive command-line workflow for manual configuration. It utilizes a plugin architecture to allow for custom versioning schemes and changelog generators. The system handles semantic versioning

    Handles semantic versioning and Git tags based on commit history or manual user input.

    JavaScript
    Ver en GitHub↗8,977
  • conventional-changelog/conventional-changelogAvatar de conventional-changelog

    conventional-changelog/conventional-changelog

    8,460Ver en GitHub↗

    Conventional Changelog is a set of tools for automatically generating formatted release notes by parsing Git commit messages that follow a structured specification. It includes a commit message parser to transform raw strings into structured data, a changelog generator for producing release notes, and a commit linter to ensure messages adhere to specific conventions before they are merged. The project provides a system for semantic versioning automation, analyzing commit history to recommend the next version bump based on the types of changes recorded. It supports extensibility through config

    Extracts semantic versions from Git tags to automate versioning during the build process.

    TypeScript
    Ver en GitHub↗8,460
  • conventional-changelog/standard-versionAvatar de conventional-changelog

    conventional-changelog/standard-version

    7,971Ver en GitHub↗

    Standard-version is a semantic versioning release automation tool and Git versioning manager. It calculates the next semantic version by parsing commit messages that follow the Conventional Commits specification and automates the process of updating project files and creating signed Git tags. The tool distinguishes itself by generating formatted changelogs automatically from commit history and providing a release process simulation to preview version bumps without modifying files or Git history. It supports pre-release version management for experimental builds and allows for manual version o

    Manages semantic versions and Git tags automatically based on analyzed commit history.

    JavaScriptchangelogcligit
    Ver en GitHub↗7,971
  • jenv/jenvAvatar de jenv

    jenv/jenv

    6,621Ver en GitHub↗

    Manage your Java environment

    Configures Git to use symbolic links instead of full copies when managing Java version aliases on Windows.

    Shell
    Ver en GitHub↗6,621
  • sebastianbergmann/versionAvatar de sebastianbergmann

    sebastianbergmann/version

    6,581Ver en GitHub↗

    This is a PHP versioning library and Git version manager used to calculate project version strings. It functions as a semantic versioning tool that manages and retrieves the current version number of a PHP project. The library generates version identifiers by combining base release numbers with Git version control metadata. This process enables the automation of software releases by distinguishing stable production releases from development snapshots. The tool covers project versioning and dependency management for PHP packages, utilizing Git-based versioning to track the state of a project.

    Manages semantic versions and project state by analyzing Git commit history.

    PHP
    Ver en GitHub↗6,581
  • alrra/browser-logosAvatar de alrra

    alrra/browser-logos

    6,038Ver en GitHub↗

    🗂 High resolution web browser logos

    Manages logo updates and historical versions through Git commits and branching.

    browser-logosbrowsersicons
    Ver en GitHub↗6,038
  • rfyiamcool/share_pptAvatar de rfyiamcool

    rfyiamcool/share_ppt

    5,742Ver en GitHub↗

    This project is a curated collection of technical slide decks focused on high-performance architecture, middleware, cloud-native technologies, and Golang development. The slides are stored as Markdown files in a Git repository, which provides version history and straightforward hosting, and are converted into HTML for direct viewing in a web browser without requiring any downloads. The repository covers a range of advanced technical topics, including distributed consensus algorithms like Raft, network programming models such as epoll and io_uring, and the internals of systems like Apache Puls

    Stores slide decks in a Git repository for version history and collaboration.

    etcdgolangkafka
    Ver en GitHub↗5,742
  • npryce/adr-toolsAvatar de npryce

    npryce/adr-tools

    5,518Ver en GitHub↗

    adr-tools es una utilidad de línea de comandos para automatizar la creación, indexación y gestión de registros de decisiones de arquitectura. Genera y mantiene un registro de opciones técnicas utilizando una serie de archivos markdown controlados por versiones. La herramienta facilita la gobernanza de la arquitectura de software rastreando la evolución de las decisiones mediante el versionado basado en git y el etiquetado de hitos. Permite la inicialización de registros de decisiones y la gestión de la deuda técnica marcando decisiones anteriores como reemplazadas u obsoletas. El sistema utiliza la generación de archivos basada en plantillas para crear registros estandarizados y emplea una convención de nomenclatura secuencial para la indexación del sistema de archivos. Rastrea el estado de las decisiones mediante actualizaciones de encabezados y aprovecha los commits de git para mantener un historial auditable de cambios arquitectónicos.

    Uses git commits and tags to maintain a permanent, auditable history of architectural changes.

    Shellarchitecturearchitecture-decision-recordsdocumentation
    Ver en GitHub↗5,518
  • xcodesorg/xcodesAvatar de XcodesOrg

    XcodesOrg/xcodes

    4,694Ver en GitHub↗

    xcodes es una utilidad de línea de comandos para la administración de toolchains en macOS, diseñada específicamente para la instalación y gestión de múltiples versiones de Xcode. Automatiza el proceso de descubrimiento de versiones disponibles, la descarga de versiones específicas del entorno de desarrollo y la configuración de los runtimes de dispositivos asociados. La herramienta gestiona los ciclos de vida del software permitiendo a los usuarios cambiar entre versiones activas mediante la actualización de enlaces simbólicos y gestionar las instalaciones locales identificando y eliminando versiones específicas. Maneja el acceso seguro a los servidores de descarga almacenando y eliminando las credenciales de Apple ID dentro del llavero del sistema. La utilidad incluye capacidades para filtrar el software disponible por arquitectura de procesador y generar scripts de autocompletado para el shell, acelerando la interacción en la línea de comandos.

    Fetches available Xcode versions and download metadata via remote HTTP API requests.

    Swifthacktoberfestmacosswift
    Ver en GitHub↗4,694
  • cpm-cmake/cpm.cmakeAvatar de cpm-cmake

    cpm-cmake/CPM.cmake

    3,910Ver en GitHub↗

    CPM.cmake is a dependency manager and package resolver for C and C++ projects that integrates directly into the CMake build system. It automates the process of fetching, configuring, and managing external libraries by resolving dependencies through system-wide package managers or by downloading source code from remote repositories. The system ensures reproducible builds by locking transitive dependency versions and verifying the authenticity of downloaded source archives using cryptographic hash checksums. It allows for development flexibility through local filesystem overrides, which redirec

    Resolves specific library versions by fetching tags or commit hashes directly from remote Git repositories.

    CMakebuildscc-plus-plus
    Ver en GitHub↗3,910
  • commitizen-tools/commitizenAvatar de commitizen-tools

    commitizen-tools/commitizen

    3,460Ver en GitHub↗

    Commitizen is a command-line tool and software release utility that automates version calculation, conventional commit enforcement, and changelog generation from git history. The system parses commit messages against conventional specification rules, calculates version increments based on recent commits, and synchronizes version numbers across package manifest files and project metadata without storing state. The application provides interactive prompts to build structured commit messages and includes git hook integration to validate local commit operations before completion. It compiles comm

    Extracts version numbers dynamically from Git tags without modifying tracked project files.

    Pythonbump-versionchangelog-generatorcommitizen
    Ver en GitHub↗3,460
  • michael/editable-websiteAvatar de michael

    michael/editable-website

    1,729Ver en GitHub↗

    Editable Website is a content management system built with Svelte that enables direct inline editing of static web pages without needing a database. It functions as a Git-backed web content editor and a component-based static site builder, storing all website text, configuration, and files in local Git repositories to ensure full data ownership and local version control. The platform supports in-browser content management, allowing users to modify text, format styles, and compose structured page layouts using interactive blocks, drag-and-drop interactions, and keyboard shortcuts. Additional

    Stores all site contents and configuration inside local version-controlled files to keep data fully owned and portable.

    Sveltejavascriptrichtexteditorsqlite
    Ver en GitHub↗1,729
  1. Home
  2. Development Tools & Productivity
  3. Git Versioning Managers

Explorar subetiquetas

  • Remote Version Resolution1 sub-etiquetaResolving dependency versions by fetching specific tags or commit hashes from remote Git repositories. **Distinct from Git Versioning Managers:** Focuses on the act of resolving and fetching specific remote versions rather than general versioning management.
  • Windows Symlink ConfigurationsConfigures Git to use symbolic links instead of full copies when managing Java version aliases on Windows. **Distinct from Git Versioning Managers:** Distinct from Git Versioning Managers: focuses on Windows-specific symlink configuration for version management, not general version tagging.