Skip to content

Commit

Permalink
chore(ci) Upgrade semantic release and plugins (#1618)
Browse files Browse the repository at this point in the history
* chore(ci) Upgrade semantic release and plugins
  • Loading branch information
npalm authored Jan 14, 2022
1 parent b54eb42 commit b115b79
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 250 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- develop
workflow_dispatch:

jobs:
prepare:
Expand Down
16 changes: 8 additions & 8 deletions .release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
},
"author": "Niek Palm",
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/release-notes-generator": "^9.0.1",
"conventional-changelog-conventionalcommits": "^4.5.0",
"semantic-release": "^17.3.9"
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-conventionalcommits": "^4.6.3",
"semantic-release": "^18.0.1"
}
}
Loading

0 comments on commit b115b79

Please sign in to comment.