14 repositorios
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.
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.
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.
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.
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.
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.
Manage your Java environment
Configures Git to use symbolic links instead of full copies when managing Java version aliases on Windows.
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.
🗂 High resolution web browser logos
Manages logo updates and historical versions through Git commits and branching.
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.
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.
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.
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.
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.
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.