Skip to content

Commit cf4526f

Browse files
chore: remove experimental from Nest.JS SDK (#1016)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> As discussed, I propose to remove the experimental from the Nest.JS SDK. It is used in several orgs and the API works well there. Signed-off-by: Lukas Reining <[email protected]>
1 parent e86f18b commit cf4526f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-please-config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"packages/nest": {
3939
"release-type": "node",
40-
"prerelease": true,
40+
"release-as": "0.2.2",
41+
"prerelease": false,
4142
"bump-minor-pre-major": true,
4243
"bump-patch-for-minor-pre-major": true,
4344
"extra-files": ["README.md"],

0 commit comments

Comments
 (0)