Releases: reside-eng/replace-comment-html-action
Releases · reside-eng/replace-comment-html-action
v2.0.1
v2.0.0
2.0.0 (2026-05-21)
- feat!: migrate to Biome + Lefthook + Vitest + esbuild + Node 24 (#8) (a4e477c), closes reside-eng/npm-dependency-stats-action#1655
BREAKING CHANGES
- action.yml now uses node24 runtime and dist/index.mjs
entrypoint. Consumers must pin to @v2 (the new major branch produced by
semantic-release). Existing @v1 consumers are unaffected.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
- docs(agents): trim AGENTS.md to load-bearing content only
Drops three sections that don't change agent behaviour at execution time:
- Release: version pins and trigger branches aren't load-bearing for dev
work; the dist/ ownership rule (the one piece that mattered) is now
folded into Conventions. - Atlassian: already declared in ~/.claude/CLAUDE.md and the parent
Side/CLAUDE.md; no Atlassian touchpoints in this repo anyway. - Side org context: already declared in the parent Side/CLAUDE.md.
Adds the non-obvious things an agent would otherwise rediscover:
- The two action modes (upsert vs create-only) and the parent-selector
behaviour. - A pointer to the reorderTableRows quirk in src/action.ts.
- The module-load side effect in src/github.ts (why tests mock
@actions/core before importing it). - The feat!: / BREAKING CHANGE: rule for triggering major bumps.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
- ci: upload test coverage to Coveralls
The pre-migration verify.yml and release.yml had a commented-out
Coveralls upload step waiting for tests to exist. Now that we have 11
tests at 80% line coverage, wire it up:
- vitest.config.ts: add 'lcov' to coverage.reporter so coverage/lcov.info
is produced (Coveralls default input path). Keeps 'text' for local CLI
output. - verify.yml + release.yml: add Coveralls upload step
(coverallsapp/github-action@v2.3.6, SHA-pinned) immediately after the
test step.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
- ci: add claude code review action