@wipperoz/common-entities 1.9.8 → 1.9.10

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.
Files changed (1) hide show
  1. package/package.json +8 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipperoz/common-entities",
3
- "version": "1.9.8",
3
+ "version": "1.9.10",
4
4
  "description": "Wipperoz common entities package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -89,16 +89,9 @@
89
89
  },
90
90
  "release": {
91
91
  "branches": [
92
- "+([0-9])?(.{+([0-9]),x}).x",
93
92
  "main",
94
- "next",
95
- "next-major",
96
93
  {
97
- "name": "beta",
98
- "prerelease": true
99
- },
100
- {
101
- "name": "alpha",
94
+ "name": "sub/*",
102
95
  "prerelease": true
103
96
  }
104
97
  ],
@@ -191,6 +184,12 @@
191
184
  }
192
185
  ],
193
186
  "@semantic-release/npm",
187
+ [
188
+ "@semantic-release/exec",
189
+ {
190
+ "successCmd": "node .circleci/notify-orchestrator.mjs \"${nextRelease.version}\" \"${branch.name}\""
191
+ }
192
+ ],
194
193
  [
195
194
  "@semantic-release/git",
196
195
  {