@socialgouv/fiches-vdd-types 2.1584.0 → 2.1586.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,11 +23,14 @@ jobs:
23
23
  - uses: actions/checkout@v4
24
24
 
25
25
  - name: Set up Node.js
26
- uses: actions/setup-node@v3
26
+ uses: actions/setup-node@v6
27
27
  with:
28
- node-version: "14"
28
+ node-version: "20.17.0"
29
29
  cache: yarn
30
30
 
31
+ - name: Update npm (required for npm trusted publishing)
32
+ run: npm install -g npm@latest
33
+
31
34
  - name: Installing
32
35
  run: yarn --frozen-lockfile --perfer-offline --link-duplicates
33
36
 
@@ -67,26 +70,20 @@ jobs:
67
70
  author_email: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}
68
71
  message: "feat(data): ${{ steps.metadata.outputs.now }} update"
69
72
 
70
- - name: Set Registry token
71
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
72
- env:
73
- NPM_TOKEN: ${{ secrets.SOCIALGROOVYBOT_NPM_TOKEN }}
74
-
75
73
  - name: Semantic Release
76
- uses: cycjimmy/semantic-release-action@v2
74
+ uses: cycjimmy/semantic-release-action@ba330626c4750c19d8299de843f05c7aa5574f62
77
75
  with:
78
- semantic_version: 17
76
+ semantic_version: 25.0.1
79
77
  extra_plugins: |
80
- @semantic-release/changelog@5.0.1
81
- @semantic-release/exec@5.0.0
82
- @semantic-release/git@9.0.0
78
+ @semantic-release/changelog@6.0.3
79
+ @semantic-release/exec@7.1.0
80
+ @semantic-release/git@10.0.1
83
81
  env:
84
82
  GIT_AUTHOR_EMAIL: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}
85
83
  GIT_AUTHOR_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
86
84
  GIT_COMMITTER_EMAIL: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}
87
85
  GIT_COMMITTER_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
88
86
  GITHUB_TOKEN: ${{ steps.token.outputs.token }}
89
- NPM_TOKEN: ${{ secrets.SOCIALGROOVYBOT_NPM_TOKEN }}
90
87
 
91
88
  - uses: mattermost/action-mattermost-notify@master
92
89
  if: failure()
package/.releaserc.yml CHANGED
@@ -2,7 +2,6 @@ plugins:
2
2
  - "@semantic-release/commit-analyzer"
3
3
  - "@semantic-release/release-notes-generator"
4
4
  - "@semantic-release/changelog"
5
- - "@semantic-release/npm"
6
5
  - - "@semantic-release/git"
7
6
  - assets:
8
7
  - CHANGELOG.md
@@ -10,6 +9,7 @@ plugins:
10
9
  message: "chore(release): version ${nextRelease.version}\n\n${nextRelease.notes}"
11
10
  - - "@semantic-release/exec"
12
11
  - publishCmd: |
12
+ npm publish
13
13
  rm -rf data
14
14
  sed -i "s/@socialgouv\/fiches-vdd/@socialgouv\/fiches-vdd-types/g" package.json
15
15
  { rm package.json; jq 'del(.dependencies)' > package.json; } < package.json
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ # [2.1587.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1586.0...v2.1587.0) (2025-12-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * release workflow ([9a8833c](https://github.com/SocialGouv/fiches-vdd/commit/9a8833c24131198940cfcd64b9e42b5593eb32af))
7
+
8
+
9
+ ### Features
10
+
11
+ * **data:** 20251211_1324 update ([47d289f](https://github.com/SocialGouv/fiches-vdd/commit/47d289f44b16bebee266b7eae522a2f8d918227c))
12
+
13
+ # [2.1586.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1585.0...v2.1586.0) (2025-12-10)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * use OIDC NPM publish ([4ba8ad0](https://github.com/SocialGouv/fiches-vdd/commit/4ba8ad06e200ea1a1478959617018c13ef4c5286))
19
+
20
+
21
+ ### Features
22
+
23
+ * **data:** 20251210_1716 update ([1e1114f](https://github.com/SocialGouv/fiches-vdd/commit/1e1114f6ad28d5ae8bce73c905da01d5518ac59d))
24
+
25
+ # [2.1585.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1584.0...v2.1585.0) (2025-12-09)
26
+
27
+
28
+ ### Features
29
+
30
+ * **data:** 20251209_1830 update ([94c8120](https://github.com/SocialGouv/fiches-vdd/commit/94c81205bbe9890fd0e8e9afbe77de5d79cd2e9b))
31
+
1
32
  # [2.1584.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1583.0...v2.1584.0) (2025-12-08)
2
33
 
3
34
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@socialgouv/fiches-vdd-types",
3
3
  "description": "Fiches vos droits et démarches au format JSON",
4
- "version": "2.1584.0",
4
+ "version": "2.1586.0",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",