Skip to content

Commit

Permalink
build: reenable the release (#983)
Browse files Browse the repository at this point in the history
Need to re-enable the release, to be able to test the tutorials.
  • Loading branch information
vishalnarkhede authored Aug 24, 2023
1 parent 84a250e commit 1067297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-native-sdk/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"dryRun": true,
"dryRun": false,
"preset": {
"name": "angular",
"preMajor": true,
Expand All @@ -23,9 +23,9 @@
"preid": "alpha",
"releaseAs": "prerelease",
"trackDeps": true,
"push": false,
"push": true,
"skipCommitTypes": ["chore", "ci", "docs"],
"postTargets": []
"postTargets": ["@stream-io/video-react-native-sdk:update-version", "@stream-io/video-react-native-sdk:github", "@stream-io/video-react-native-sdk:publish"]
}
},
"update-version": {
Expand Down

0 comments on commit 1067297

Please sign in to comment.