feat: add workflow to create release PR from dev to main#2
Merged
Conversation
github-actions bot
pushed a commit
that referenced
this pull request
Jan 18, 2026
# 1.0.0 (2026-01-18) ### Bug Fixes * add pull-requests write permission to release PR workflow ([#3](#3)) ([d5caa9c](d5caa9c)) * agent not existing ([4a7adc6](4a7adc6)) * amp to allow all ([1d9c97b](1d9c97b)) * DONE bug ([226c252](226c252)) * DONE criteria for plan mode ([480de42](480de42)) * lint errors in TUI tests (imports, regex, formatting) ([ffa8cb4](ffa8cb4)) * remove js etensions ([c4fc69f](c4fc69f)) * require completion marker to mark task as done ([4e6a174](4e6a174)) * restore PROGRESS.md and update commit hash ([b2fa4d9](b2fa4d9)) * run in bun runtime ([5028732](5028732)) * update folder directory ([0f81d21](0f81d21)) * use --mode json in PiAgent buildCommand ([81690cc](81690cc)) * use tsc-files for lint-staged typecheck ([77527ad](77527ad)) ### Features * add a new spec file ([9f9f789](9f9f789)) * add barrel exports for domain objects ([8546476](8546476)) * add claude skills ([4e01749](4e01749)) * add commit step ([60e9aec](60e9aec)) * add comprehensive test suite and fix redundant specs directory bug ([aa34ed7](aa34ed7)) * add dog fooding example ([ab9547b](ab9547b)) * add dogfooding examples ([34cf27c](34cf27c)) * add e2e loop tests and fix cursor agent permission flags ([3f7f988](3f7f988)) * add Implementation domain class with load/save and task navigation ([eb86944](eb86944)) * add installation instructions to docs ([f1c229b](f1c229b)) * add interactive TUI with kanban board ([85592e6](85592e6)) * add license and CI ([31e1dad](31e1dad)) * add more agents ([5201590](5201590)) * add more specs ([996bb9c](996bb9c)) * add new spec ([61eb1d7](61eb1d7)) * add new spec ([822c0eb](822c0eb)) * add new spec ([caaf67b](caaf67b)) * add optional provider property to AgentOptions interface ([8c7cf65](8c7cf65)) * add PiAgent class with --print --mode json --thinking high flags ([d7f7a8b](d7f7a8b)) * add plans ([4031eea](4031eea)) * add reinit ([6e5296e](6e5296e)) * add scrollable panels to TUI detail view ([578b7e4](578b7e4)) * add semantic-release automation and contributor setup ([#1](#1)) ([0e552ee](0e552ee)) * add Spec domain class with task aggregation and completion tracking ([b231d9c](b231d9c)) * add specs ([8107cab](8107cab)) * add specs ([ac2b1d9](ac2b1d9)) * add specs ([4ade3fa](4ade3fa)) * add specs ([25f992a](25f992a)) * add stop in-progress tasks functionality to TUI ([574277f](574277f)) * add Task domain class with status management methods ([fe4c9f7](fe4c9f7)) * add task-level orchestration for build mode ([1f3d1dc](1f3d1dc)) * add telegram notifications on iteration completion ([43a34a7](43a34a7)) * add typed hook system for Builder/Planner events ([0cfc787](0cfc787)) * add Ultracite/Biome linting integration ([c4050e5](c4050e5)) * add useKeyboardNavigation hook ([bbe81d4](bbe81d4)) * add vim keybindings to TUI ([668ad32](668ad32)) * add workflow to create release PR from dev to main ([#2](#2)) ([258e2ec](258e2ec)) * add Workspace domain model to encapsulate project setup and state ([8553517](8553517)) * centralize theme and types for TUI ([ea0e2df](ea0e2df)) * complete task to create src/domain/ directory ([6a3ca3b](6a3ca3b)) * define ExecuteAgentOptions interface in orchestration/types.ts ([774b74c](774b74c)) * define LoopContext interface in orchestration/types.ts ([a30e1d7](a30e1d7)) * define RetryOptions interface in orchestration/types.ts ([3139fc7](3139fc7)) * embed PROMPT_BUILD in task prompts and remove PROMPT_build.md file ([90e499c](90e499c)) * extract Session domain model from Workspace ([b2b2575](b2b2575)) * fix template tests to match .ralph-wiggum directory structure ([423c6e4](423c6e4)) * include branch, dir in notifications; spec name in session ID ([d2732ec](d2732ec)) * initial ralph CLI implementation ([7c9f877](7c9f877)) * integrate useKeyboardNavigation hook into app.tsx ([eeec7be](eeec7be)) * migrate TUI from Ink to OpenTUI ([0efdf52](0efdf52)) * modularize TUI utils into focused modules ([3776b7b](3776b7b)) * move all state to project-local .ralph-wiggum/ directory ([c6724de](c6724de)) * redesign TUI with sidebar layout and tokyo night colors ([04f8028](04f8028)) * reorganize TUI components into hierarchical structure ([4265906](4265906)) * send tele when loop starts ([e38f5a0](e38f5a0)) * support different agents for plan and build modes ([aabcf40](aabcf40)) * upate prompt ([b5e4812](b5e4812)) * update CLI name to avoid conflicts in npx ([1e216af](1e216af)) * update implementation and plan ([ab91683](ab91683)) * update logger ([047c1c0](047c1c0)) * update package ([03ee9aa](03ee9aa)) * update plan ([44ea269](44ea269)) * update plan ([660db39](660db39)) * update plan ([1083423](1083423)) * update plan ([07f80bd](07f80bd)) * update plan prompt ([61fdb50](61fdb50)) * update quality gates ([9e0cc73](9e0cc73)) * update skill ([b18a12f](b18a12f)) * update spec template ([b7ca3e0](b7ca3e0)) * use .ralph folder for project files ([e5bdb52](e5bdb52)) * use mustache for build prompt templating ([e929000](e929000))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a manual workflow dispatch to create a release PR from
devtomain.Usage
dev→mainwith changelog previewType of Change
feat: New feature