Skip to content

Commit

Permalink
Merge pull request #469 from NullVoxPopuli/remove-semantic-release
Browse files Browse the repository at this point in the history
Remove semantic release
  • Loading branch information
NullVoxPopuli authored Dec 21, 2023
2 parents 6c09009 + bb83a5c commit d1d6933
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 916 deletions.
22 changes: 0 additions & 22 deletions ember-statechart-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
"@glimmer/env": "^0.1.7",
"@glint/template": "^0.9.1",
"@nullvoxpopuli/eslint-configs": "^2.1.10",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@types/ember": "^4.0.0",
"@types/ember__application": "^4.0.0",
"@types/ember__component": "^4.0.0",
Expand All @@ -101,7 +99,6 @@
"prettier": "^2.3.2",
"rollup": "2.78.1",
"rollup-plugin-ts": "^3.0.2",
"semantic-release": "^19.0.0",
"typescript": "^4.4.2",
"xstate": "^4.30.0"
},
Expand All @@ -120,25 +117,6 @@
"main": "addon-main.cjs",
"app-js": {}
},
"release": {
"branches": [
"main",
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/github",
"@semantic-release/git"
]
},
"volta": {
"extends": "../package.json",
"npm": "8.18.0"
Expand Down
Loading

0 comments on commit d1d6933

Please sign in to comment.