Skip to content

Commit

Permalink
chore: semantic-release support more types (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Apr 29, 2020
1 parent 3621d65 commit 8d69656
Show file tree
Hide file tree
Showing 3 changed files with 1,532 additions and 791 deletions.
20 changes: 20 additions & 0 deletions .releaserc.json
@@ -0,0 +1,20 @@
{
"branches": ["master"],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{ "type": "chore", "release": "patch" },
{ "type": "refactor", "release": "patch" },
{ "type": "style", "release": "patch" },
{ "scope": "no-release", "release": false }
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
}
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -97,7 +97,7 @@
"resolve": "^1.10.0",
"resolve-from": "^5.0.0",
"rollup-plugin-typescript2": "^0.19.2",
"semantic-release": "^15.13.3",
"semantic-release": "^17.0.7",
"semver": "^7.3.2",
"slash": "^2.0.0",
"string-width": "^3.0.0",
Expand Down Expand Up @@ -132,8 +132,5 @@
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"release": {
"branch": "master"
}
}

1 comment on commit 8d69656

@vercel
Copy link

@vercel vercel bot commented on 8d69656 Apr 29, 2020

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.