Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/releases/0.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# GPA 0.2.2

## Released baseline

This release promotes the validated Q.A baseline to `main` without changing the
public setup contract. It includes the current PR Sync router, promotion
metadata synchronization, Project v2 field reconciliation and lookup,
implementation pull-request Project membership, optional issue-linked branches,
and the disposable live Q.A regression suite.

The next minor release will add GitHub App authentication and optional native
ruleset reconciliation. They are intentionally not part of this baseline tag.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "github-project-setup"
version = "0.2.1"
version = "0.2.2"
description = "Reusable CLI for setting up GitHub repository workflows, labels, milestones, issues and Projects."
readme = "README.md"
requires-python = ">=3.11"
Expand Down