Skip to content

Commit

Permalink
feat: Remove support check_run (#2521)
Browse files Browse the repository at this point in the history
* chore: Remove support check_run

* format, lint
  • Loading branch information
npalm committed Nov 16, 2022
1 parent 19c7ea8 commit cc39fea
Show file tree
Hide file tree
Showing 3 changed files with 3,494 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,10 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@trivago/prettier-plugin-sort-imports@^3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.4.0.tgz#68a6e9b49882eaf71566a00e283b46ed268daa72"
integrity sha512-485Iailw8X5f7KetzRka20RF1kPBEINR5LJMNwlBZWY1gRAlVnv5dZzyNPnLxSP0Qcia8HETa9Cdd8LlX9o+pg==
"@trivago/prettier-plugin-sort-imports@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.3.0.tgz#ee4e9ec1d8e3076b95fcb94311f42f7a61eecd37"
integrity sha512-1y44bVZuIN0RsS3oIiGd5k8Vm3IZXYZnp4VsP2Z/S5L9WAOw43HE2clso66M2S/dDeJ+8sKPqnHsEfh39Vjs3w==
dependencies:
"@babel/core" "7.17.8"
"@babel/generator" "7.17.7"
Expand Down
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "terraform",
"description": "Install semantic release packages",
"scripts": {
"release": "semantic-release"
},
"author": "Niek Palm",
"devDependencies": {
"@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.6",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-conventionalcommits": "^5.0.0",
"semantic-release": "^19.0.5"
}
}
Loading

0 comments on commit cc39fea

Please sign in to comment.