@socialgouv/fiches-vdd 2.1586.0 → 2.1587.2

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.
@@ -85,6 +85,16 @@ jobs:
85
85
  GIT_COMMITTER_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
86
86
  GITHUB_TOKEN: ${{ steps.token.outputs.token }}
87
87
 
88
+ - name: Publish to NPM
89
+ run: npm publish
90
+
91
+ - name: Publish types to NPM
92
+ run: |
93
+ rm -rf data
94
+ sed -i "s/@socialgouv\/fiches-vdd/@socialgouv\/fiches-vdd-types/g" package.json
95
+ { rm package.json; jq 'del(.dependencies)' > package.json; } < package.json
96
+ npm publish
97
+
88
98
  - uses: mattermost/action-mattermost-notify@master
89
99
  if: failure()
90
100
  with:
package/.releaserc.yml CHANGED
@@ -2,16 +2,11 @@ plugins:
2
2
  - "@semantic-release/commit-analyzer"
3
3
  - "@semantic-release/release-notes-generator"
4
4
  - "@semantic-release/changelog"
5
+ - - "@semantic-release/npm"
6
+ - npmPublish: false
5
7
  - - "@semantic-release/git"
6
8
  - assets:
7
9
  - CHANGELOG.md
8
10
  - package.json
9
11
  message: "chore(release): version ${nextRelease.version}\n\n${nextRelease.notes}"
10
- - - "@semantic-release/exec"
11
- - publishCmd: |
12
- npm publish
13
- rm -rf data
14
- sed -i "s/@socialgouv\/fiches-vdd/@socialgouv\/fiches-vdd-types/g" package.json
15
- { rm package.json; jq 'del(.dependencies)' > package.json; } < package.json
16
- npm publish
17
12
  - "@semantic-release/github"
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.1587.2](https://github.com/SocialGouv/fiches-vdd/compare/v2.1587.1...v2.1587.2) (2025-12-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * release workflow ([4face77](https://github.com/SocialGouv/fiches-vdd/commit/4face778462702296dbff882f4a2aa46ead27ed4))
7
+
8
+ ## [2.1587.1](https://github.com/SocialGouv/fiches-vdd/compare/v2.1587.0...v2.1587.1) (2025-12-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * release workflow ([ad8e699](https://github.com/SocialGouv/fiches-vdd/commit/ad8e699b09653e7e075e0055ee56a33095db8d52))
14
+
1
15
  # [2.1587.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1586.0...v2.1587.0) (2025-12-11)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@socialgouv/fiches-vdd",
3
3
  "description": "Fiches vos droits et démarches au format JSON",
4
- "version": "2.1586.0",
4
+ "version": "2.1587.2",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",