Skip to content

Commit a153846

Browse files
authored
Merge pull request #23 from CodinGame/fix-ci-again-again
Fix ci again
2 parents 5ab2edb + 7979b46 commit a153846

File tree

4 files changed

+123
-8
lines changed

4 files changed

+123
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
node-version: 16.x
1919
- name: Install dependencies
2020
run: npm ci
21-
- name: Install semantic-release extra plugins
22-
run: npm install -g @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits
2321
- name: Build
2422
run: npm run build
2523
- name: Release

package-lock.json

Lines changed: 122 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@types/vscode": "^1.65.0",
4747
"@typescript-eslint/eslint-plugin": "5.15.0",
4848
"@typescript-eslint/parser": "5.15.0",
49+
"conventional-changelog-conventionalcommits": "^4.6.3",
4950
"eslint": "8.11.0",
5051
"eslint-config-standard": "17.0.0-1",
5152
"eslint-config-standard-jsx": "11.0.0-1",

release.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ module.exports = {
1818
]
1919
}],
2020
'@semantic-release/release-notes-generator',
21-
[
22-
'@semantic-release/changelog',
23-
{
24-
changelogFile: 'CHANGELOG.md'
25-
}
26-
],
2721
'@semantic-release/npm',
2822
'@semantic-release/github'
2923
]

0 commit comments

Comments
 (0)