Skip to content

Releases: beam-community/actions-sync

v1.14.0

30 Dec 19:43
b0a801a

Choose a tag to compare

1.14.0 (2025-12-30)

Features

  • add handlebars-helpers for templating files (#23) (d339c18)
  • add license (eb1f908)
  • allow conditional rendering of files (#36) (4aa31cc)
  • Allow ignoring files, support config file (#1) (a8dee58)
  • allow json parsing in templates (#39) (6b2ea9b)
  • allow running scripts and passing variables between (cad4cc2)
  • allow syncing from git shas (#18) (0155004)
  • allow templates to be executable files (#41) (16ed4e7)
  • build files when releasing (d4c4d1f)
  • retry and throttle GitHub requests (#14) (a1a17bd)
  • setup PR workflow (f18f7d2)
  • update action versions (#47) (a2a0344)

Bug Fixes

  • add files to git when running commitChanges (b889ba0)
  • add release-please config (0c5a99e)
  • create folder for any file before templating (9659e94)
  • git commit new files (29b9ca9)
  • git fetch before checkout (b797bff)
  • import octokit RequestError instance (2bc9ef1)
  • loosely compare deprecated sync-branch input (fca1906)
  • more error handling around already existing PRs during creation (f71ea7f)
  • more updates to release please (#8) (0d33f1c)
  • override new release tag with built files (f4a54f9)
  • remove broken handlebar util package (#25) (76fee05)
  • set onSecondaryRateLimit and onRateLimit options (#16) (3d9d6b8)
  • update config loading names from camel case to dash case (2fa99a2)
  • update GHA workflows (e032156)
  • update git commit logic (2ed7907)
  • update handlebars or statement variable usage (#34) (1b0a000)
  • update handlebars or template to not ignore first param (#30) (91d84af)
  • update release build to amend with no edit (c11a271)
  • update release please action commands (#7) (786b160)
  • update scripting logic with new sync tree variable (d0184ce)
  • update scripts output path file creation (c220514)
  • update sync-token to sync-auth in action.yml (3e63e07)
  • update template or helper negation (b959d8f)
  • update typescript esm imports not working after build (5d9f148)
  • use latest tag and dont replace full semver tag (ac9baa7)