Skip to content

Commit

Permalink
Merge pull request #96 from rdkcentral/next
Browse files Browse the repository at this point in the history
chore: Turning off dry run
  • Loading branch information
kevinshahfws authored Feb 6, 2023
2 parents 8e952b9 + c158044 commit 57268ae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prerelease": true
}
],
"dryRun": true,
"dryRun": false,
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.10.0-next.9](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.10.0-next.8...v0.10.0-next.9) (2023-02-06)


### Features

* Turn on dryRun ([927babd](https://github.com/rdkcentral/firebolt-core-sdk/commit/927babd98bdbb73918d3379e7769b3db0dd5b3c6))

# [0.10.0-next.8](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.10.0-next.7...v0.10.0-next.8) (2023-02-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebolt-js/sdk",
"version": "0.10.0-next.8",
"version": "0.10.0-next.9",
"description": "The Firebolt JS SDK",
"main": "./dist/lib/firebolt.mjs",
"types": "./dist/lib/firebolt.d.ts",
Expand Down

0 comments on commit 57268ae

Please sign in to comment.