Skip to content

Releases: Telefonica/markdown-confluence-sync-action

Preprocess hook

13 Mar 14:00
1b533ee

Choose a tag to compare

Changed

  • chore(deps): Bump @tid-xcut/markdown-confluence-sync from 1.0.1 to 1.1.0 (Preprocess hook)

Change copyright headers

20 Feb 11:27
ab0c2a9

Choose a tag to compare

Fixed

  • chore: Change copyright headers

Changed

  • chore(deps): Bump @tid-xcut/markdown-confluence-sync from 1.0.0 to 1.0.1 (Change copyright headers)

Support id mode. Add files-metadata input

29 Jan 07:57
f6633b5

Choose a tag to compare

Added

  • feat: Add files-metadata input. It allows the user to provide a JSON array with the metadata of the files to be synchronized. This way, the user can set the Confluence id, title, etc. without the need to add frontmatter to the markdown files.
  • feat: Support id mode. It allows the user to provide a list of files to be synchronized only by their Confluence id.

Changed

  • chore(deps): Bump @tid-xcut/markdown-confluence-sync from 1.0.0 to 1.1.0 (Add id mode and filesMetadata option)

First stable release

28 Nov 13:12
58265c8

Choose a tag to compare

Added

  • feat: First stable release
  • test: Add E2E tests

Add cwd option

28 Nov 07:40
18fcb69

Choose a tag to compare

Add cwd option Pre-release
Pre-release

Added

  • feat: Add input cwd, enabling the user to set the current working directory from where resolve docs-dir, files-pattern, and search for the configuration file.

Changed

  • chore: Bump @tid-xcut/markdown-confluence-sync from 1.0.0-beta.3 to 1.0.0-beta.4

Support reading the configuration file

27 Nov 14:33
34c4fe1

Choose a tag to compare

Pre-release

Removed

  • docs: Remove wrong documentation about logs. It is not necessary to set the ACTIONS_STEP_DEBUG option to see the libraries logs in the pipelines.

Fixed

  • fix: Fix reading the configuration file, by avoiding the usage of __filename and __dirname in the bundled code, given that it is an ESM module.

Bump markdown-confluence-sync to 1.0.0-beta.3

27 Nov 11:37
523b537

Choose a tag to compare

Changed

  • chore: Bump @tid-xcut/markdown-confluence-sync from 1.0.0-beta.2 to 1.0.0-beta.3

First pre-release

27 Nov 10:09
799d88a

Choose a tag to compare

First pre-release Pre-release
Pre-release

Added

  • feat: First release