Skip to content

Commit

Permalink
chore(release): do not mark released PRs/issues (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Apr 24, 2021
1 parent 5da19f3 commit 065d9eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,18 @@
"name": "next",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"releasedLabels": false,
"successComment": false
}
]
]
},
"funding": [
Expand Down

1 comment on commit 065d9eb

@vercel
Copy link

@vercel vercel bot commented on 065d9eb Apr 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.