Skip to content

Commit

Permalink
chore: upgrade semantic-release to the stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed Jan 16, 2020
1 parent a0208ba commit ec647e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ jobs:
name: lib

- name: Release
run: npx semantic-release@16.0.0-beta.18
run: npx semantic-release@16.0.2
15 changes: 0 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,6 @@
"path": "cz-conventional-changelog"
}
},
"release": {
"branches": [
"master",
{
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
},
"dependencies": {
"babel-code-frame": "^6.22.0",
"chalk": "^2.4.1",
Expand Down
9 changes: 9 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
branches: ['master', 'beta'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/github'
]
};

0 comments on commit ec647e2

Please sign in to comment.