Skip to content

Commit 4bfb687

Browse files
committed
chore: Fix badges. Add token to npmrc
1 parent 215bb8b commit 4bfb687

File tree

9 files changed

+7294
-5600
lines changed

9 files changed

+7294
-5600
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: ./.github/actions/install
1818
- run: pnpm nx run-many -t check:all --all
19-
- run: pnpm -r publish --no-git-checks
19+
- name: Publish to NPM
2020
env:
21+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2122
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
run: |
24+
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
25+
echo "@telefonica:registry=https://registry.npmjs.org/" >> ~/.npmrc
26+
pnpm -r publish --no-git-checks
27+

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.1] - 2025-04-08
15+
16+
### Fixed
17+
18+
* fix: Fix badges in README file
19+
1420
## [2.0.0] - 2025-04-08
1521

1622
### Changed

components/child-process-manager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build status][https://github.com/Telefonica/confluence-tools/workflows/build/badge.svg?branch=main]][https://github.com/Telefonica/confluence-tools/actions?query=workflow%3Abuild+branch%3Amain] [![Last commit][https://img.shields.io/github/last-commit/Telefonica/confluence-tools.svg]][https://github.com/Telefonica/confluence-tools/commits] [![Last release][https://img.shields.io/github/release-date/Telefonica/confluence-tools.svg]][https://github.com/Telefonica/confluence-tools/releases]
1+
[![Build status](https://github.com/Telefonica/confluence-tools/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Telefonica/confluence-tools/actions?query=workflow%3Abuild+branch%3Amain) [![Last commit](https://img.shields.io/github/last-commit/Telefonica/confluence-tools.svg)](https://github.com/Telefonica/confluence-tools/commits) [![Last release](https://img.shields.io/github/release-date/Telefonica/confluence-tools.svg)](https://github.com/Telefonica/confluence-tools/releases)
22

3-
[![NPM downloads][https://img.shields.io/npm/@telefonica/child-process-manager.svg]][https://www.npmjs.com/package/@telefonica/child-process-manager] [![License][https://img.shields.io/npm/l/@telefonica/child-process-manager.svg]][https://github.com/Telefonica/confluence-tools/blob/main/components/child-process-manager/LICENSE]
3+
[![NPM downloads](https://img.shields.io/npm/@telefonica/child-process-manager.svg)](https://www.npmjs.com/package/@telefonica/child-process-manager) [![License](https://img.shields.io/npm/l/@telefonica/child-process-manager.svg)](https://github.com/Telefonica/confluence-tools/blob/main/components/child-process-manager/LICENSE)
44

55
# child-process-manager
66

components/child-process-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@telefonica/child-process-manager",
33
"description": "Async child process manager providing access to exit code and stdout/stderr",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"license": "Apache-2.0",
66
"author": "Telefónica Innovación Digital",
77
"repository": {

components/confluence-sync/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build status][https://github.com/Telefonica/confluence-tools/workflows/build/badge.svg?branch=main]][https://github.com/Telefonica/confluence-tools/actions?query=workflow%3Abuild+branch%3Amain] [![Last commit][https://img.shields.io/github/last-commit/Telefonica/confluence-tools.svg]][https://github.com/Telefonica/confluence-tools/commits] [![Last release][https://img.shields.io/github/release-date/Telefonica/confluence-tools.svg]][https://github.com/Telefonica/confluence-tools/releases]
1+
[![Build status](https://github.com/Telefonica/confluence-tools/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Telefonica/confluence-tools/actions?query=workflow%3Abuild+branch%3Amain) [![Last commit](https://img.shields.io/github/last-commit/Telefonica/confluence-tools.svg)](https://github.com/Telefonica/confluence-tools/commits) [![Last release](https://img.shields.io/github/release-date/Telefonica/confluence-tools.svg)](https://github.com/Telefonica/confluence-tools/releases)
22

3-
[![NPM downloads][https://img.shields.io/npm/@telefonica/confluence-sync.svg]][https://www.npmjs.com/package/@telefonica/confluence-sync] [![License][https://img.shields.io/npm/l/@telefonica/confluence-sync.svg]][https://github.com/Telefonica/confluence-tools/blob/main/components/confluence-sync/LICENSE]
3+
[![NPM downloads](https://img.shields.io/npm/@telefonica/concluence-sync.svg)](https://www.npmjs.com/package/@telefonica/concluence-sync) [![License](https://img.shields.io/npm/l/@telefonica/concluence-sync.svg)](https://github.com/Telefonica/confluence-tools/blob/main/components/concluence-sync/LICENSE)
44

55
# confluence-sync
66

components/cspell-config/dictionaries/node.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ esmodules
55
fastq
66
mdast
77
mmdc
8+
npmjs
89
rehype
910
vfile

components/markdown-confluence-sync/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build status][https://github.com/Telefonica/confluence-tools/workflows/build/badge.svg?branch=main]][https://github.com/Telefonica/confluence-tools/actions?query=workflow%3Abuild+branch%3Amain] [![Last commit][https://img.shields.io/github/last-commit/Telefonica/confluence-tools.svg]][https://github.com/Telefonica/confluence-tools/commits] [![Last release][https://img.shields.io/github/release-date/Telefonica/confluence-tools.svg]][https://github.com/Telefonica/confluence-tools/releases]
1+
[![Build status](https://github.com/Telefonica/confluence-tools/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Telefonica/confluence-tools/actions?query=workflow%3Abuild+branch%3Amain) [![Last commit](https://img.shields.io/github/last-commit/Telefonica/confluence-tools.svg)](https://github.com/Telefonica/confluence-tools/commits) [![Last release](https://img.shields.io/github/release-date/Telefonica/confluence-tools.svg)](https://github.com/Telefonica/confluence-tools/releases)
22

3-
[![NPM downloads][https://img.shields.io/npm/@telefonica/markdown-confluence-sync.svg]][https://www.npmjs.com/package/@telefonica/markdown-confluence-sync] [![License][https://img.shields.io/npm/l/@telefonica/markdown-confluence-sync.svg]][https://github.com/Telefonica/confluence-tools/blob/main/components/markdown-confluence-sync/LICENSE]
3+
[![NPM downloads](https://img.shields.io/npm/@telefonica/markdown-concluence-sync.svg)](https://www.npmjs.com/package/@telefonica/markdown-concluence-sync) [![License](https://img.shields.io/npm/l/@telefonica/markdown-concluence-sync.svg)](https://github.com/Telefonica/confluence-tools/blob/main/components/markdown-concluence-sync/LICENSE)
44

55
# markdown-confluence-sync
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"description": "Confluence tools for markdown and confluence integration",
7-
"packageManager": "pnpm@8.15.9",
7+
"packageManager": "pnpm@9.4.0",
88
"scripts": {
99
"nx": "nx",
1010
"eslint": "eslint",

0 commit comments

Comments
 (0)