v1.2.20 - Latest Release

Ship Releases with Confidence

Commiter automates conventional commits, semantic versioning, and changelog generation. One command to bootstrap your entire release workflow.

1.2.20
Latest Version
MIT
License
Node 18+
Compatibility
terminal
$ npx @programinglive/commiter
โœ“ Installing dependencies...
โœ“ Configuring Husky hooks...
โœ“ Setting up commitlint...
๐ŸŽ‰ Setup complete! Ready to release.
$ npm run release:patch
โœ“ Running tests...
โœ“ Bumping version to 1.2.18...
โœ“ Updating CHANGELOG.md...
๐Ÿš€ Release v1.2.20 ready!
_

Everything You Need for Professional Releases

Commiter handles the entire release workflow so you can focus on building great software

โœ…

Enforced Conventions

Automatically validate commit messages using Conventional Commits format with Husky and commitlint

๐ŸŽฏ

Semantic Versioning

Intelligent version bumping based on commit types - major, minor, or patch releases

๐Ÿ“

Auto Changelog

Beautiful CHANGELOG.md generation with icons for each commit type and organized sections

๐Ÿ”’

Git Hooks

Pre-commit and commit-msg validation via Husky ensures quality before code is committed

๐Ÿงช

Test Integration

Automatically runs your test suite before releasing to prevent broken releases

๐ŸŽฏ

Enhanced Release Process

Clear console guidance and optional auto-commit for release notes with AI-friendly workflow

โšก

Zero Config

One command setup with sensible defaults. Works with npm, yarn, and pnpm out of the box

๐Ÿค–

AI-Optimized Workflow

Built-in guidance for AI assistants with clear next steps and automated git operations

Quick Installation

Get started in seconds with your preferred package manager

Global Installation

Recommended
npm install -g @programinglive/commiter

Dev Dependency

npm install --save-dev @programinglive/commiter

No Installation (NPX)

npx @programinglive/commiter

Simple Usage

Three steps to automated releases

1

Setup Your Project

Run the setup command to configure Husky, commitlint, and release scripts

npx @programinglive/commiter
2

Make Conventional Commits

Use conventional commit format for all your commits

git commit -m "feat(auth): add JWT authentication"
โœจ feat ๐Ÿ› fix ๐Ÿ“ docs โ™ป๏ธ refactor โšก perf โœ… test
3

Release Your Changes

Run the appropriate release command based on your changes

npm run release # Standard release with git guidance
npm run release:first # New project โ†’ 0.0.1
npm run release:patch # 1.0.0 โ†’ 1.0.1
npm run release:minor # 1.0.0 โ†’ 1.1.0
npm run release:major # 1.0.0 โ†’ 2.0.0
npm run release:complete # Auto-commit & push release notes

Commit Types Reference

All supported commit types with their icons and changelog sections

Type
Icon
Description
Changelog Section
feat
โœจ
New feature
โœจ Features
fix
๐Ÿ›
Bug fix
๐Ÿ› Bug Fixes
perf
โšก
Performance improvement
โšก Performance
refactor
โ™ป๏ธ
Code refactoring
โ™ป๏ธ Refactors
docs
๐Ÿ“
Documentation changes
๐Ÿ“ Documentation
style
๐Ÿ’„
Code style changes
๐Ÿ’„ Styles
test
โœ…
Test additions/changes
โœ… Tests
build
๐Ÿ—๏ธ
Build system changes
๐Ÿ—๏ธ Build System
ci
๐Ÿ‘ท
CI/CD changes
๐Ÿ‘ท Continuous Integration
chore
๐Ÿงน
Maintenance tasks
๐Ÿงน Chores
revert
โช
Revert previous commit
โช Reverts

Recent Releases

Latest updates and improvements

Latest
v1.2.20
January 01, 2026
โœจ Features

Enhance release process with clear git operation guidance and auto-commit option

v1.2.19
January 01, 2026
๐Ÿ“ Documentation

Update release notes for version 1.2.19

v1.2.17
December 26, 2025
๐Ÿ“ Documentation

web: update homepage for the v1.2.16 release spotlight

v1.2.16
December 13, 2025
๐Ÿ‘ท Continuous Integration

upgrade to node 20 and update npm for OIDC via GitHub Actions

v1.2.15
December 13, 2025
๐Ÿ‘ท Continuous Integration

remove registry-url to fix OIDC auth conflict

v1.2.14
December 13, 2025
๐Ÿ‘ท Continuous Integration

remove legacy auth token env

v1.2.13
December 13, 2025
๐Ÿ‘ท Continuous Integration

enable npm trusted publishing (OIDC) with provenance

v1.2.12
December 13, 2025
๐Ÿงน Chores

cleanup and add deployment scripts

v1.2.11
December 11, 2025
๐Ÿงน Chores

cleanup and add deployment scripts

Ready to Automate Your Releases?

Join developers who trust Commiter for professional release management