Skip to content

Backfill changelog and add automated changelog workflow#558

Draft
claude[bot] wants to merge 2 commits into
mainfrom
fix/changelog-automation
Draft

Backfill changelog and add automated changelog workflow#558
claude[bot] wants to merge 2 commits into
mainfrom
fix/changelog-automation

Conversation

@claude

@claude claude Bot commented Jul 5, 2026

Copy link
Copy Markdown

Note

Description

Adds a decoupled GitHub Actions workflow that automatically regenerates the root CHANGELOG.md from git tags and commit messages after a release. The workflow runs via workflow_run after "Manual Package Publish" completes (or manually via workflow_dispatch), so a changelog failure can never crash a release. This PR also backfills the changelog for versions v0.0.52 through v0.1.1.

Related Issue

None

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Other (please describe):

Changes Made

  • Add .github/workflows/update-changelog.yml, a new CI workflow that regenerates CHANGELOG.md from git tags + commit messages
  • Trigger the workflow via workflow_run after the "Manual Package Publish" workflow succeeds, plus workflow_dispatch for manual runs — fully decoupled so a changelog failure cannot break a release
  • Use anthropics/claude-code-action (claude-haiku-4-5) with a narrowly scoped allowlist (git tag, git log, Read, Edit(CHANGELOG.md)) following the process in .claude/commands/update-changelog.md
  • Generate a scoped GitHub App token and commit/push the regenerated changelog back to main
  • Backfill CHANGELOG.md entries for v0.0.52 through v0.1.1

Testing

  • I have tested these changes locally
  • I have added/updated tests as needed
  • All tests pass (`npm test`)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have updated `docs/` (AGENTS.md) if I made architectural changes

Additional Notes

This PR only touches CI configuration and documentation (the changelog); there is no application/runtime code to test. The new workflow follows the existing changelog process documented in .claude/commands/update-changelog.md.


🤖 Generated by Claude | 2026-07-05 14:37 UTC | 0e44048

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.1.1-pr.558.0e44048

Prefer not to change any import paths? Install using npm alias so your code still imports base44:

npm i "base44@npm:@base44-preview/cli@0.1.1-pr.558.0e44048"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.1.1-pr.558.0e44048"
  }
}

Preview published to npm registry — try new features instantly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant