Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyoki committed Dec 16, 2021
1 parent 84ca28f commit 963a719
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 16.x
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
module.exports = {extends: ['@commitlint/config-conventional']};
8 changes: 4 additions & 4 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('semantic-release').Options} */
const config = {
const release = {
branches: 'main',
plugins: [
[
Expand Down Expand Up @@ -60,14 +60,14 @@ const config = {
},
},
],
'@semantic-release/npm',
'@semantic-release/github',
[
'@semantic-release/changelog',
{
changelogFile: 'CHANGELOG.md',
},
],
'@semantic-release/github',
'@semantic-release/npm',
[
'@semantic-release/git',
{
Expand All @@ -79,4 +79,4 @@ const config = {
],
};

module.exports = config;
module.exports = release;

0 comments on commit 963a719

Please sign in to comment.