awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
webpro avatar

webpro/release-it

0
View on GitHub↗
8,977 Stars·567 Forks·JavaScript·MIT·3 Aufrufe

Release It

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 and pre-release identifiers, automating the process of updating version files and creating remote tags. It integrates with GitHub and GitLab for release management and supports distribution to registries such as npm. Custom shell commands can be executed through lifecycle hooks at specific stages of the release process.

Features

  • Automated Release Management - Orchestrates the full release sequence including version bumping, Git tagging, and package publishing.
  • Release Automation - Runs a full versioning and publishing workflow without manual prompts for use in continuous integration environments.
  • Package Publishing - Automates the process of updating version files and uploading distribution bundles to the npm registry.
  • Git Versioning Managers - Handles semantic versioning and Git tags based on commit history or manual user input.
  • Package Registries - Distributes versioned code to various package registries through an automated publishing workflow.
  • Release Changelog Generators - Produces a detailed list of changes for new software versions based on commit history or custom commands.
  • Release Versioning Tools - Managing version number increments and tagging releases based on commit history to maintain a consistent project lifecycle.
  • Git Release Automators - Automates the creation of Git tags and official releases on platforms like GitHub and GitLab.
  • GitHub Release Automators - Automates the generation of project releases on GitHub using Git tags, release notes, and binary asset uploads.
  • GitLab Release Automators - Automates the generation of project releases on GitLab using Git tags, release notes, and binary asset uploads.
  • Commit-Based Versioning Engines - Calculates the next version number based on commit history or user input following standard semantic versioning rules.
  • VCS State Tracking - Tracks and updates project state by automating the staging of commits and creation of remote tags.
  • Interactive CLI Wizards - Guides users through version bumping and release configuration using a series of prompt-based terminal interactions.
  • Package Publishing Pipelines - Automates the process of updating version files and distributing software packages to the npm registry.
  • Release Lifecycle Hooks - Provides hooks to execute custom shell commands before or after version bumping and publishing.
  • Pre-release Versioning - Handles the generation and management of alpha, beta, and release candidate version identifiers.
  • Non-Interactive Release Modes - Bypasses interactive prompts to execute the full release sequence automatically within headless build environments.
  • CI Pipeline Integrators - Provides a non-interactive mode for executing the full software release process within automated continuous integration environments.
  • Plugin Extensibility - Integrates external modules to add custom versioning schemes or changelog generators into the core release pipeline.
  • Post-Release Command Executors - Runs shell commands at specific stages of the release process to automate pre and post release tasks.
  • CI Execution Modes - Executes the complete release process automatically without interactive prompts for use in continuous integration environments.
  • Release Automation - Automate releases and changelog generation.
  • Publishing Tools - Automates versioning, changelogs, and publishing to Git and npm.

Star-Verlauf

Star-Verlauf für webpro/release-itStar-Verlauf für webpro/release-it

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht webpro/release-it?

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.

Was sind die Hauptfunktionen von webpro/release-it?

Die Hauptfunktionen von webpro/release-it sind: Automated Release Management, Release Automation, Package Publishing, Git Versioning Managers, Package Registries, Release Changelog Generators, Release Versioning Tools, Git Release Automators.

Welche Open-Source-Alternativen gibt es zu webpro/release-it?

Open-Source-Alternativen zu webpro/release-it sind unter anderem: release-it/release-it — release-it is a Git release automation tool designed to coordinate software versioning, changelog generation, and… semantic-release/semantic-release — Semantic-release is an automated release management tool that determines version increments, generates changelogs, and… conventional-changelog/standard-version — Standard-version is a semantic versioning release automation tool and Git versioning manager. It calculates the next… sindresorhus/np — np is a command line tool for managing the versioning and publication of packages to the npm registry. It serves as a… nrwl/nx — This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It… googleapis/release-please.

Open-Source-Alternativen zu Release It

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Release It.
  • release-it/release-itAvatar von release-it

    release-it/release-it

    8,975Auf GitHub ansehen↗

    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

    JavaScriptautomationbumpchangelog
    Auf GitHub ansehen↗8,975
  • semantic-release/semantic-releaseAvatar von semantic-release

    semantic-release/semantic-release

    23,332Auf GitHub ansehen↗

    Semantic-release is an automated release management tool that determines version increments, generates changelogs, and publishes software packages by analyzing commit history against standardized conventions. It functions as a plugin-based orchestrator that integrates directly into continuous integration pipelines to manage the entire release lifecycle, from verifying environment conditions to distributing artifacts. The project distinguishes itself through its commit-message-driven approach, which enforces consistent versioning standards and automates the creation of release notes based on t

    JavaScriptautomationchangelogpackage
    Auf GitHub ansehen↗23,332
  • conventional-changelog/standard-versionAvatar von conventional-changelog

    conventional-changelog/standard-version

    7,971Auf GitHub ansehen↗

    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

    JavaScriptchangelogcligit
    Auf GitHub ansehen↗7,971
  • sindresorhus/npAvatar von sindresorhus

    sindresorhus/np

    7,699Auf GitHub ansehen↗

    np is a command line tool for managing the versioning and publication of packages to the npm registry. It serves as a release automator and semantic versioning tool that handles version bumps, git tagging, and the upload of packages to public or private registries. The tool distinguishes itself by providing an interactive workflow that guides users through sequential publishing steps, including a preview of all scheduled tasks before remote changes are performed. It includes automated release drafting to generate summary notes and audit capabilities to identify extraneous files or unpublished

    JavaScriptclicli-appjavascript
    Auf GitHub ansehen↗7,699
Alle 30 Alternativen zu Release It anzeigen→