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
2 changes: 1 addition & 1 deletion lib/bake/gem/github/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Bake
module Gem
# GitHub pull request and release orchestration for bake-gem.
module GitHub
VERSION = "0.2.0"
VERSION = "0.3.0"
end
end
end
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ Please see the [project documentation](https://socketry.github.io/bake-gem-githu

Please see the [project releases](https://socketry.github.io/bake-gem-github/releases/index) for all releases.

### Unreleased
### v0.3.0

- Configure publishing environment reviewers through release setup while preserving existing environment protections.
- Stop generating `.github/releasing.md`; release instructions are maintained in the shared guide and agent context.
- Resume interrupted release preparation and explicitly refresh stale release PRs while preserving their previous commits.
- Preserve all release files in one archive before individual asset uploads, so reruns can recover interrupted drafts.
Expand Down
2 changes: 1 addition & 1 deletion releases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Releases

## Unreleased
## v0.3.0

- Configure publishing environment reviewers through release setup while preserving existing environment protections.
- Stop generating `.github/releasing.md`; release instructions are maintained in the shared guide and agent context.
Expand Down
Loading