@socialgouv/fiches-vdd-types 2.1585.0 → 2.1587.1

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,23 @@ 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 }}
87
+
88
+ - name: Publish to NPM
89
+ run: npm publish
90
90
 
91
91
  - uses: mattermost/action-mattermost-notify@master
92
92
  if: failure()
package/.releaserc.yml CHANGED
@@ -2,7 +2,8 @@ plugins:
2
2
  - "@semantic-release/commit-analyzer"
3
3
  - "@semantic-release/release-notes-generator"
4
4
  - "@semantic-release/changelog"
5
- - "@semantic-release/npm"
5
+ - - "@semantic-release/npm"
6
+ - npmPublish: false
6
7
  - - "@semantic-release/git"
7
8
  - assets:
8
9
  - CHANGELOG.md
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## [2.1587.1](https://github.com/SocialGouv/fiches-vdd/compare/v2.1587.0...v2.1587.1) (2025-12-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * release workflow ([ad8e699](https://github.com/SocialGouv/fiches-vdd/commit/ad8e699b09653e7e075e0055ee56a33095db8d52))
7
+
8
+ # [2.1587.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1586.0...v2.1587.0) (2025-12-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * release workflow ([9a8833c](https://github.com/SocialGouv/fiches-vdd/commit/9a8833c24131198940cfcd64b9e42b5593eb32af))
14
+
15
+
16
+ ### Features
17
+
18
+ * **data:** 20251211_1324 update ([47d289f](https://github.com/SocialGouv/fiches-vdd/commit/47d289f44b16bebee266b7eae522a2f8d918227c))
19
+
20
+ # [2.1586.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1585.0...v2.1586.0) (2025-12-10)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * use OIDC NPM publish ([4ba8ad0](https://github.com/SocialGouv/fiches-vdd/commit/4ba8ad06e200ea1a1478959617018c13ef4c5286))
26
+
27
+
28
+ ### Features
29
+
30
+ * **data:** 20251210_1716 update ([1e1114f](https://github.com/SocialGouv/fiches-vdd/commit/1e1114f6ad28d5ae8bce73c905da01d5518ac59d))
31
+
1
32
  # [2.1585.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1584.0...v2.1585.0) (2025-12-09)
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.1585.0",
4
+ "version": "2.1587.1",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",