From 1c70f917fbfb717f8c6f0419ca006ca5e4fb7ea0 Mon Sep 17 00:00:00 2001 From: Aryan Jasala Date: Thu, 30 Jul 2026 03:48:33 +0530 Subject: [PATCH] docs: promote both composer package changelogs to 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dates the existing Unreleased sections ahead of tagging v1.0.0, so the tag contains its own release notes rather than an open Unreleased heading. Both packages already ship a README (103 and 63 lines) and a populated changelog, so the split will carry real documentation to rtcamp/wp-phpcs and rtcamp/wp-phpstan — nothing else is needed for them to stand alone. Note the tag should be created directly (git tag -a v1.0.0), not via `monorepo-builder release`. Its PushNextDevReleaseWorker pushes a dev-bump commit to the current branch, and main requires a pull request, so that push is rejected — after the tag has already been pushed, leaving a half-finished release. The workers it would run first are no-ops here anyway: neither package requires the other, so the mutual-dependency and replace workers have nothing to update, and AddTagToChangelogReleaseWorker has no root CHANGELOG.md to write to. --- composer-packages/phpcs/CHANGELOG.md | 2 +- composer-packages/phpstan/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer-packages/phpcs/CHANGELOG.md b/composer-packages/phpcs/CHANGELOG.md index cd339cb..fdba6c0 100644 --- a/composer-packages/phpcs/CHANGELOG.md +++ b/composer-packages/phpcs/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to `rtcamp/wp-phpcs` are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## Unreleased +## [1.0.0] - 2026-07-30 ### Added diff --git a/composer-packages/phpstan/CHANGELOG.md b/composer-packages/phpstan/CHANGELOG.md index 7f292a5..fe02320 100644 --- a/composer-packages/phpstan/CHANGELOG.md +++ b/composer-packages/phpstan/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to `rtcamp/wp-phpstan` are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## Unreleased +## [1.0.0] - 2026-07-30 ### Added