Releases: Telefonica/markdown-confluence-sync-action
Releases · Telefonica/markdown-confluence-sync-action
Preprocess hook
Changed
- chore(deps): Bump @tid-xcut/markdown-confluence-sync from 1.0.1 to 1.1.0 (Preprocess hook)
Change copyright headers
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
Added
- feat: Add
files-metadatainput. 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
idmode. 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
Added
- feat: First stable release
- test: Add E2E tests
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_DEBUGoption to see the libraries logs in the pipelines.
Fixed
- fix: Fix reading the configuration file, by avoiding the usage of
__filenameand__dirnamein 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