Skip to content

Commit 8623fec

Browse files
authored
Merge pull request #51 from Telefonica/release
chore: Publish packages to npm (#50)
2 parents 9a9e410 + ee2ff75 commit 8623fec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+118
-97
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ Every component has to be created in the `components` folder. Each one must cont
2727

2828
To get started, clone the repository and install the dependencies:
2929

30-
> [!WARNING]
31-
> Some repository components may depend on packages published in the xcut npm registry. Please login to the registry before installing the dependencies following the instructions in the [Cross NPM Confluence page](https://confluence.tid.es/display/CTO/%5BCross%5D+NPM+Packages).
32-
3330
```bash
3431
pnpm install
3532
```

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ body:
1010
attributes:
1111
value: >
1212
**Thanks :heart: for taking the time to fill out this feature request report!** We kindly ask that you search to
13-
see if an issue [already exists](https://github.com/Telefonica/cross-confluence-tools/issues?q=is%3Aissue+sort%3Acreated-desc+) for
13+
see if an issue [already exists](https://github.com/Telefonica/confluence-tools/issues?q=is%3Aissue+sort%3Acreated-desc+) for
1414
your feature.
1515
16-
We are also happy to accept contributions from our users. For more details read our [contributing guidelines](https://github.com/Telefonica/cross-confluence-tools/blob/main/.github/CONTRIBUTING.md).
16+
We are also happy to accept contributions from our users. For more details read our [contributing guidelines](https://github.com/Telefonica/confluence-tools/blob/main/.github/CONTRIBUTING.md).
1717
- type: dropdown
1818
id: package
1919
attributes:
@@ -55,7 +55,7 @@ body:
5555
id: terms
5656
attributes:
5757
label: Code of Conduct
58-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Telefonica/cross-confluence-tools/blob/main/.github/CODE_OF_CONDUCT.md).
58+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Telefonica/confluence-tools/blob/main/.github/CODE_OF_CONDUCT.md).
5959
options:
6060
- label: I agree to follow this project's Code of Conduct
6161
required: true

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ body:
1212
attributes:
1313
value: >
1414
**Thanks :heart: for taking the time to fill out this feature request report!** We kindly ask that you search to
15-
see if an issue [already exists](https://github.com/Telefonica/cross-confluence-tools/issues?q=is%3Aissue+sort%3Acreated-desc+) for
15+
see if an issue [already exists](https://github.com/Telefonica/confluence-tools/issues?q=is%3Aissue+sort%3Acreated-desc+) for
1616
your feature.
1717
18-
We are also happy to accept contributions from our users. For more details read our [contributing guidelines](https://github.com/Telefonica/cross-confluence-tools/blob/main/.github/CONTRIBUTING.md).
18+
We are also happy to accept contributions from our users. For more details read our [contributing guidelines](https://github.com/Telefonica/confluence-tools/blob/main/.github/CONTRIBUTING.md).
1919
- type: dropdown
2020
id: package
2121
attributes:
@@ -51,7 +51,7 @@ body:
5151
id: terms
5252
attributes:
5353
label: Code of Conduct
54-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Telefonica/cross-confluence-tools/blob/main/.github/CODE_OF_CONDUCT.md).
54+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Telefonica/confluence-tools/blob/main/.github/CODE_OF_CONDUCT.md).
5555
options:
5656
- label: I agree to follow this project's Code of Conduct
5757
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
Please check the following boxes after you have read and understood each item.
1010

11-
* [ ] I have read the [CONTRIBUTING](https://github.com/Telefonica/cross-confluence-tools/blob/main/.github/CONTRIBUTING.md) document
12-
* [ ] I have read the [CODE_OF_CONDUCT](https://github.com/Telefonica/cross-confluence-tools/blob/main/.github/CODE_OF_CONDUCT.md) document
11+
* [ ] I have read the [CONTRIBUTING](https://github.com/Telefonica/confluence-tools/blob/main/.github/CONTRIBUTING.md) document
12+
* [ ] I have read the [CODE_OF_CONDUCT](https://github.com/Telefonica/confluence-tools/blob/main/.github/CODE_OF_CONDUCT.md) document
1313
* [ ] I accept that, by signing the Contributor License Agreement through a comment in the PR, my Github user name will be stored by in a branch of this repository for future reference.
1414

1515
In case this is your first contribution to this project, you will also have to **add a comment with the following text: "_I have read the CLA Document and I hereby sign the CLA_"**, otherwise the PR status will fail and our bot will request you to add it. Once you have signed it in a PR, you will not have to sign it again for future contributions.

.github/check-license-compliance.config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ licenses:
4141
npm:
4242
excludeModules:
4343
# The following packages are references to local packages
44-
- nameMatch: "@tid-xcut\/.*"
44+
- nameMatch: "@telefonica\/confluence-sync"
45+
ignore: true
46+
- nameMatch: "@telefonica\/child-process-manager"
47+
ignore: true
48+
- nameMatch: "@telefonica\/markdown-confluence-sync"
4549
ignore: true
4650
# The following packages have a license that is not a valid SPDX identifier
4751

.github/workflows/contributor-license-agreement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path-to-signatures: 'signatures/version1/cla.json'
3333
create-file-commit-message: 'Creating file for storing CLA Signatures'
3434
signed-commit-message: '$contributorName has signed the CLA in $owner/$repo#$pullRequestNo'
35-
path-to-document: 'https://github.com/Telefonica/cross-confluence-tools/blob/master/.github/CLA.md'
35+
path-to-document: 'https://github.com/Telefonica/confluence-tools/blob/master/.github/CLA.md'
3636
branch: 'cla-signatures'
3737
# the below is the list of users who are allowed to sign the CLA without any check
3838
allowlist: renovate,renovate[bot]

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,5 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: ./.github/actions/install
15-
- uses: DamianReeves/[email protected]
16-
with:
17-
path: .npmrc
18-
contents: |
19-
//nexus.tid.es/repository/npm-xcut-components/:_auth=${{ secrets.NPM_TOKEN }}
20-
write-mode: append
2115
- run: pnpm nx run-many -t check:all --all
2216
- run: pnpm -r publish --no-git-checks

.github/workflows/test-e2e.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
- name: Sync Markdown Confluence Sync Docs to Confluence
2929
run: pnpm nx sync:docs markdown-confluence-sync
3030
env:
31-
CONFLUENCE_URL: ${{ vars.CONFLUENCE_URL }}
31+
CONFLUENCE_URL: ${{ secrets.CONFLUENCE_URL }}
3232
CONFLUENCE_PAT: ${{ secrets.CONFLUENCE_PAT }}
33-
CONFLUENCE_ROOT_PAGE_ID: ${{ vars.CONFLUENCE_MARKDOWN_CONFLUENCE_SYNC_ROOT_PAGE_ID }}
34-
CONFLUENCE_SPACE_KEY: ${{ vars.CONFLUENCE_SPACE_KEY }}
33+
CONFLUENCE_ROOT_PAGE_ID: ${{ secrets.CONFLUENCE_MARKDOWN_CONFLUENCE_SYNC_ROOT_PAGE_ID }}
34+
CONFLUENCE_SPACE_KEY: ${{ secrets.CONFLUENCE_SPACE_KEY }}
35+
CONFLUENCE_README_ID: ${{ secrets.CONFLUENCE_README_ID }}
3536

3637
markdown-confluence-sync-test-e2e:
3738
environment: production
@@ -49,7 +50,8 @@ jobs:
4950
- name: Run E2E Tests
5051
run: pnpm nx test:e2e markdown-confluence-sync
5152
env:
52-
CONFLUENCE_URL: ${{ vars.CONFLUENCE_URL }}
53+
CONFLUENCE_URL: ${{ secrets.CONFLUENCE_URL }}
5354
CONFLUENCE_PAT: ${{ secrets.CONFLUENCE_PAT }}
54-
CONFLUENCE_ROOT_PAGE_ID: ${{ vars.CONFLUENCE_MARKDOWN_CONFLUENCE_SYNC_ROOT_PAGE_ID }}
55-
CONFLUENCE_SPACE_KEY: ${{ vars.CONFLUENCE_SPACE_KEY }}
55+
CONFLUENCE_ROOT_PAGE_ID: ${{ secrets.CONFLUENCE_MARKDOWN_CONFLUENCE_SYNC_ROOT_PAGE_ID }}
56+
CONFLUENCE_SPACE_KEY: ${{ secrets.CONFLUENCE_SPACE_KEY }}
57+
CONFLUENCE_README_ID: ${{ secrets.CONFLUENCE_README_ID }}

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/child-process-manager/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+
## [2.0.0] - 2025-04-08
15+
16+
### Changed
17+
18+
* chore: Publish to npm. Rename package to `@telefonica/child-process-manager`.
19+
1420
## [1.0.0] - 2025-02-20
1521

1622
### Changed

0 commit comments

Comments
 (0)