Release It! πŸš€ VS semantic-release

Compare Release It! πŸš€ vs semantic-release and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
Release It! πŸš€ semantic-release
9 75
7,454 19,610
2.0% 1.5%
8.3 9.4
15 days ago 5 days ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Release It! πŸš€

Posts with mentions or reviews of Release It! πŸš€. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-28.
  • Nx - Highlights of 2023
    14 projects | dev.to | 28 Dec 2023
    Open source libraries and frameworks share a common necessity: the need to develop multiple packages cohesively and efficiently while managing their versioning and publishing to NPM. Nx has emerged as a go-to choice for handling such open source monorepos (as we'll explore further in the next section of this blog post). Until recently, one area Nx did not address directly was versioning and release management. Traditionally, this gap has been filled with tools like release-it, changesets, or custom Node scripts, similar to our approach in the Nx repository.
  • How does the typescript-eslint project generate its changelogs?
    2 projects | /r/learnjavascript | 14 Mar 2023
    Hi. I'm maintaining a small monorepo and I'd like to learn techniques from large, mature projects like typescript-eslint. I assume they automate changelogs from commit logs and/or PRs, but I can't figure out how they do it by looking at their source code. I do know of tools like release-it that helps automate the process; do the typescript-eslint maintainers use such a tool, or use a homegrown one?
  • Quickly start developing your own npm package library with NestJS.
    2 projects | /r/nestjs | 27 Jan 2023
    This is a quick start guide for setting up a NestJS project for creating your own package library with automated versioning and package publishing. https://github.com/Emgevorgyan/nestjs-package-quick-start
  • Package Publishing Reading & Resources
    3 projects | dev.to | 17 Jan 2023
    Release It! - This seems promising. A CLI tool that can be used in interactive or continuous integration mode. The big appeal for me is a Yarn workspaces specific plugin.
  • Monorepo is so frustrating...
    8 projects | /r/reactjs | 2 Jul 2022
    Fine, but I need a package release tool and release-it tools looks good. I install, configure and on the last step - publishing - I find out that this lib does not support monorepo... https://github.com/release-it/release-it/issues/831 and the release-it-yarn-workspaces lib does not support the latest version of release-it https://github.com/rwjblue/release-it-yarn-workspaces/issues/68
  • My ideal Rust workflow
    2 projects | /r/fasterthanlime | 28 Oct 2021
    May be less relevant for your particular workflow (because npm-specific and because everything is internal for you), but I’m a big fan of an alternative in the auto-release-generation space: the combo of release-it and release-it-lerna-changelog, which give you the same kind of automation but don’t require specific git commit messages, because instead the combo uses the GH API and labels to generate the changelog. This is a muuuuuch nicer experience for external contributors, because it puts the responsibility for that back on maintainers instead.
  • DynamoDB GUI with Electron, React & Typescript
    5 projects | dev.to | 11 Apr 2021
    Release It - To create tags, bump the versions, manage release betas and detect merged changes.
  • Writing a High Quality README! πŸ”₯
    2 projects | dev.to | 14 Oct 2020
    Release It

semantic-release

Posts with mentions or reviews of semantic-release. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-07.

What are some alternatives?

When comparing Release It! πŸš€ and semantic-release you can also consider the following projects:

GitVersion - From git log to SemVer in no time

standard-version - :trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org

release-drafter - Drafts your next release notes as pull requests are merged into master.

commitlint - πŸ““ Lint commit messages

gradle-git-versioner - A Gradle plugin to automatically version a project based on commit messages and semantic versioning principles

semver - Semantic Versioning Specification

cz-cli - The commitizen command line utility. #BlackLivesMatter

tsdx - Zero-config CLI for TypeScript package development

keel - Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates

autochecker - ♻️ Test your libraries in many different versions of NodeJS, Ruby, Java and many other languages

action-semantic-pull-request - A GitHub Action that ensures that your PR title matches the Conventional Commits spec.

gitlab