Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 01:40
· 0 commits to 92670b075c1e8f826de842d2fc220af0c7ecb8cf since this release

0.2.0 (2026-06-24)

⚠ BREAKING CHANGES

  • Node 20 is no longer supported. The Action now runs on the node24 runtime and the CLI requires Node.js 24 or later.

Features

  • add exclude patterns to skip files in directory sync (de8e8ee)
  • auto-create page in Confluence space (a2ce03e)
  • auto-create page in Confluence space when space_key is provided (f5eb4e6)
  • drop Node 20 support and target Node 24 (d0e16b0)
  • enable GitHub Action usage via uses: and prepare for Marketplace (fcb86df)
  • enable GitHub Action usage via uses: and Marketplace listing (9026809)
  • enable write_page_id by default (fc91d7f)
  • skip files without page ID instead of failing the workflow (c60ef65)
  • skip files without page ID instead of failing the workflow (8345f0f)
  • support directory-based markdown sync (5eef13c)
  • support directory-based markdown sync (b50e272)
  • support frontmatter title for page sync (76583c2)
  • support frontmatter title for page sync (6643f5f)

Bug Fixes

  • format code with Biome to pass CI lint check (02459cd)
  • remove component prefix from release tags for Marketplace compatibility (a1dbd8c)
  • rename action to Confluence MD for unique Marketplace slug (355e028)
  • satisfy lint checks for directory sync (4cef1ff)
  • use v* tag format for GitHub Marketplace compatibility (84ce1bc)