Skip to content

Commit

Permalink
ci: ensure only release.config.js is used
Browse files Browse the repository at this point in the history
No longer define "release" in the "package.json" for semantic-release
  • Loading branch information
Pkmmte committed Dec 16, 2022
1 parent 6fc4c6d commit e599c29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"release": {
"branches": [
"main",
"next"
]
},
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
release: {
branches: ['main', 'master', 'beta']
branches: ['main', 'master', { name: 'beta', prerelease: true }]
},
repositoryUrl: 'https://github.com/Wave-Play/stashy'
};

0 comments on commit e599c29

Please sign in to comment.