Skip to content

Commit fcc1ed1

Browse files
authored
Merge pull request #28 from Telefonica/release
Release v1.2.0
2 parents c12f14a + e5508ff commit fcc1ed1

File tree

6 files changed

+52
-17
lines changed

6 files changed

+52
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
#### Deprecated
1212
#### Removed
1313

14+
## [1.2.0] - 2025-03-13
15+
16+
### Changed
17+
18+
* chore(deps): Bump @tid-xcut/markdown-confluence-sync from 1.0.1 to 1.1.0 (Preprocess hook)
19+
1420
## [1.1.1] - 2025-02-20
1521

1622
### Fixed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
This action syncs markdown files to Confluence using the [Markdown Confluence Sync](https://github.com/Telefonica/cross-confluence-tools/tree/main/components/markdown-confluence-sync) library.
44

5-
65
## Table of contents
76

87
- [Features](#features)
@@ -172,6 +171,9 @@ The action accepts a configuration file in the root of the repository, and it ca
172171
| `log-level` | Log level: `silent`, `silly`, `debug`, `verbose`, `info`, `warn`, `error` | No | `info` |
173172
| `cwd` | Current working directory. Path from where resolve `docs-dir`, `files-pattern`, and search for the configuration file | No | `.` |
174173

174+
> [!NOTE]
175+
> Some markdown-confluence-sync options are not available as inputs in the action, as `preprocessor`. If you need to use them, you can set them in the [configuration file](#configuration-file) or using [environment variables](#environment-variables). Refer to the [Markdown Confluence Sync library docs](https://github.com/Telefonica/cross-confluence-tools/tree/main/components/markdown-confluence-sync#configuration-file) for further info about all available options.
176+
175177
### Configuration file
176178

177179
It supports many patterns for naming the file, as well as file formats.

dist/index.js

Lines changed: 34 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "markdown-confluence-sync-action",
33
"description": "GitHub Action to sync markdown files to Confluence",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"author": "Telefónica Innovación Digital",
66
"homepage": "https://github.com/Telefonica/markdown-confluence-sync-action",
77
"repository": {
@@ -59,7 +59,7 @@
5959
"license": "Apache-2.0",
6060
"dependencies": {
6161
"@actions/core": "1.11.1",
62-
"@tid-xcut/markdown-confluence-sync": "1.0.1",
62+
"@tid-xcut/markdown-confluence-sync": "1.1.0",
6363
"yaml": "2.6.1"
6464
},
6565
"devDependencies": {

0 commit comments

Comments
 (0)