Skip to content

Commit b6d3fd0

Browse files
docs: generate changelog and update beta banner to v1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 688d8be commit b6d3fd0

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- Updated beta banner to v1 stable
713

814
## [1.0.0] - 2026-02-20
915

1016
### Added
1117

1218
- Conventional commit message validation hook for pre-commit v3+
1319
- DevRail-specific types: feat, fix, docs, chore, ci, refactor, test
14-
- DevRail-specific scopes: python, terraform, bash, ansible, container, ci, makefile, standards
20+
- DevRail-specific scopes: python, terraform, bash, ansible, ruby, go, javascript, container, ci, makefile, standards
1521
- Clear, actionable error messages on commit rejection
1622
- Merge and revert commit pass-through
1723
- Comprehensive test suite covering all type/scope combinations
1824
- DevRail standard project files (.devrail.yml, .editorconfig, Makefile, agent instructions)
19-
- Pre-commit config with language-appropriate linting, formatting, gitleaks, and terraform-docs hooks
20-
- `make install-hooks` target for one-command pre-commit setup

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pre-commit-conventional-commits
22

3-
> **Beta** -- DevRail is under active development. Standards, tooling, and hook behavior may change without notice. See [STABILITY.md](STABILITY.md) for details.
3+
> DevRail `v1` is stable. See [STABILITY.md](STABILITY.md) for component status.
44
55
A [pre-commit](https://pre-commit.com/) hook that enforces [Conventional Commits](https://www.conventionalcommits.org/) with DevRail-specific types and scopes.
66

0 commit comments

Comments
 (0)