Skip to content

Releases: d3cker/opencode2-github-automation

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 13 Sep 13:18

Fixed

  • Generate release descriptions from the matching changelog section, so publishing
    a tag before its PR merges no longer produces notes about an earlier release.
  • Show the latest published stable package's versioned download URL in the README
    on release after successful publication, then promote it to main through a PR.

Release process

  • Run full CI when feature PRs target release, including new commits to open PRs.
    Ordinary feature pushes no longer run CI or build packages.
  • Publish an automatic patch after a PR merges into release, and support manual
    version tags on that branch without a second version bump.
  • Recover interrupted publication without moving tags or republishing completed
    packages. Commit README on release before opening or updating its PR to main.
  • Keep main changes behind PR merges and verify that promotion contains the
    published package's code and updated download links.

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 13 Sep 10:36

What's Changed

  • Add README banner and release v0.6.1 by @d3cker in #5

Full Changelog: v0.6.1...v0.6.2

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 12 Sep 10:30

What's Changed

  • Define bot implementation workflow and document the issue-to-PR lifecycle by @d3cker in #4

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 23:56

What's Changed

  • Codex/pr approval merge signatures by @d3cker in #1
  • Add editable setup defaults and an English-only interface by @d3cker in #2
  • Route bot questions to issues and add branch and media configuration by @d3cker in #3

New Contributors

  • @d3cker made their first contribution in #1

Full Changelog: https://github.com/d3cker/opencode2-github-automation/commits/v0.6.0