@socialgouv/fiches-vdd-types 2.1586.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.
@@ -85,6 +85,9 @@ 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
+
88
91
  - uses: mattermost/action-mattermost-notify@master
89
92
  if: failure()
90
93
  with:
package/.releaserc.yml CHANGED
@@ -2,6 +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"
6
+ - npmPublish: false
5
7
  - - "@semantic-release/git"
6
8
  - assets:
7
9
  - CHANGELOG.md
@@ -9,7 +11,6 @@ plugins:
9
11
  message: "chore(release): version ${nextRelease.version}\n\n${nextRelease.notes}"
10
12
  - - "@semantic-release/exec"
11
13
  - publishCmd: |
12
- npm publish
13
14
  rm -rf data
14
15
  sed -i "s/@socialgouv\/fiches-vdd/@socialgouv\/fiches-vdd-types/g" package.json
15
16
  { rm package.json; jq 'del(.dependencies)' > package.json; } < package.json
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
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
+
1
8
  # [2.1587.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1586.0...v2.1587.0) (2025-12-11)
2
9
 
3
10
 
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.1586.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",