Skip to content

Commit

Permalink
ci: adjust release workflow to fix releases (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Apr 26, 2023
1 parent b8cd742 commit 2255c30
Showing 1 changed file with 1 addition and 45 deletions.
46 changes: 1 addition & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"scripts": {
"test": "npm run build && nyc mocha",
"build": "npm run bundle",
"release": "semantic-release",
"generate:assets": "npm run build",
"prepublishOnly": "npm run build",
"bundle": "cd tools/bundler && npm i && npm run bundle",
Expand Down Expand Up @@ -38,51 +37,8 @@
},
"homepage": "https://github.com/asyncapi/spec-json-schemas#readme",
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "^10.0.3",
"@semantic-release/release-notes-generator": "^9.0.1",
"conventional-changelog-conventionalcommits": "^4.2.3",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"semantic-release": "21.0.1"
},
"release": {
"branches": [
"master",
{
"name": "next-major",
"prerelease": true
},
{
"name": "next-spec",
"prerelease": true
},
{
"name": "next-major-spec",
"prerelease": true
},
{
"name": "next-major",
"prerelease": true
}
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/npm",
"@semantic-release/github"
]
"nyc": "^15.1.0"
},
"dependencies": {
"@types/json-schema": "^7.0.11"
Expand Down

0 comments on commit 2255c30

Please sign in to comment.