Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:26
f98cbf9

TLDR: scripts/bootstrap.sh now configures the GitHub Project's Status column options (Backlog / Ready / In Progress / In Review / Blocked / Done) automatically via GraphQL when it creates the Project — previously a manual step. Creating the board views is now the only remaining manual setup (see docs/setup/project-views.md). The automation only rewrites Status options on Projects created in the same bootstrap run, so re-running against an existing Project never touches your workflow states.


0.2.0 (2026-07-04)

Features

  • bootstrap sets Project Status options via GraphQL on newly created projects (#6) (515f78a)