Releases: Telefonica/markdown-confluence-sync-action
Releases · Telefonica/markdown-confluence-sync-action
Add cwd option
Added
- feat: Add input
cwd
, enabling the user to set the current working directory from where resolvedocs-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
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
Changed
- chore: Bump @tid-xcut/markdown-confluence-sync from 1.0.0-beta.2 to 1.0.0-beta.3
First pre-release
Added
- feat: First release