Skip to content

Releases: reside-eng/replace-comment-html-action

v2.0.1

27 May 22:51
0824650

Choose a tag to compare

2.0.1 (2026-05-27)

Bug Fixes

  • add back dist folder to git tracking (#9) (0824650)

v2.0.0

21 May 16:07
a4e477c

Choose a tag to compare

2.0.0 (2026-05-21)

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

v1.1.3

24 Apr 09:32
204cab6

Choose a tag to compare

1.1.3 (2026-04-24)

Bug Fixes

  • security: pin additional third-party GitHub Actions missed in initial pass (41d48e3)
  • security: pin third-party GitHub Actions to immutable SHA (e428dc7)

v1.1.2

12 Mar 19:40
c261e42

Choose a tag to compare

1.1.2 (2026-03-12)

Bug Fixes

v1.1.1

12 Mar 19:37
24a3a88

Choose a tag to compare

1.1.1 (2026-03-12)

Bug Fixes

  • issue when create action runs with an existing comment (b4ee4c2)

v1.1.0

28 Oct 12:02
fb79db5

Choose a tag to compare

1.1.0 (2025-10-28)

Bug Fixes

Features

  • support multiple services with ordering (3c25e65)
  • support multiple services with ordering (027bcfc)

v1.0.0

14 Mar 20:16
a9dc58b

Choose a tag to compare

1.0.0 (2024-03-14)

Bug Fixes

Features