Skip to content

Commit a8a1270

Browse files
authored
fix: Change dryRun setting from true to false
updated to perform release of design commenting system
1 parent 2ee7842 commit a8a1270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"branches": ["main"],
3-
"dryRun": true,
3+
"dryRun": false,
44
"plugins": [
55
[
66
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)