Skip to content

Commit

Permalink
build: bump semrel to 18.0.0 and use node 14 for publish (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx committed Oct 8, 2021
1 parent 5a258e6 commit 6f8e167
Show file tree
Hide file tree
Showing 4 changed files with 2,888 additions and 3,003 deletions.
27 changes: 20 additions & 7 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
{
"branches": "main",
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
"prepare": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
"branches": [
"main"
],
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"publish": [
["@semantic-release/npm", {
"pkgRoot": "dist"
}],
[
"@semantic-release/npm",
{
"pkgRoot": "dist"
}
],
{
"path": "@semantic-release/github"
}
]
}
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ deploy:
skip_cleanup: true
script: npx semantic-release
on:
node: 12
node: 14
branch: main
Loading

0 comments on commit 6f8e167

Please sign in to comment.