Skip to content

Commit

Permalink
fix: removed release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Denisoed committed Apr 8, 2024
1 parent a8c1944 commit 82a8e76
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/release.yml

This file was deleted.

14 changes: 1 addition & 13 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
{
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" }],
[
"@semantic-release/git",
{
"assets": ["package.json", "pnpm-lock.yaml", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
"plugins": ["@semantic-release/commit-analyzer"]
}
Empty file removed CHANGELOG.md
Empty file.

0 comments on commit 82a8e76

Please sign in to comment.