Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
chore(package) version to 19.05.0; only auto-release patches
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed May 15, 2019
1 parent d5997a9 commit 828d0c0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencila/nixster",
"version": "19.01.0",
"version": "19.05.0",
"description": "A package manager and distribution based on Nix",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -101,7 +101,15 @@
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"breaking": true, "release": "patch"},
{"type": "feat", "release": "patch"},
{"type": "fix", "release": "patch"},
{"type": "perf", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
[
"@semantic-release/git",
Expand Down

0 comments on commit 828d0c0

Please sign in to comment.