Skip to content

Releases: Telefonica/markdown-confluence-sync-action

Add cwd option

28 Nov 07:40
18fcb69
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
First pre-release Pre-release
Pre-release

Added

  • feat: First release