Skip to content

Commit

Permalink
fix: release rc chagnes
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhadip committed Sep 11, 2022
1 parent 6c9326c commit 7597c58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"branches": ["master", "next", "main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/npm", {
"pkgRoot": "package"
}]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"postcss-convert": "postcss package/*.css --replace && postcss package/**/*.css --replace ",
"build:lib": "npm run pkg:build && npm run postcss-convert",
"commit-message": "npm run commitlint -e -V",
"semantic-release:local": "npm run build:lib && npm build:demo && cd ./package semantic-release --no-ci",
"semantic-release:local": "npm run build:lib && npm run build:demo && semantic-release --no-ci",
"semantic-release": "semantic-release",
"test": "jest",
"test:watch": "npm run test -- --watch"
Expand Down

0 comments on commit 7597c58

Please sign in to comment.