Skip to content

Commit

Permalink
ci: fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Feb 17, 2024
1 parent a5bec00 commit 4262f47
Show file tree
Hide file tree
Showing 3 changed files with 1,372 additions and 975 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
"moment": "2.29.4",
"nyc": "15.1.0",
"prettier": "2.6.1",
"semantic-release": "19.0.5",
"semantic-release-slack-bot": "3.5.3",
"semantic-release": "23.0.2",
"semantic-release-slack-bot": "4.0.2",
"sinon": "13.0.1",
"sinon-chai": "3.7.0",
"supertest": "6.2.2",
Expand Down
2 changes: 1 addition & 1 deletion release.config.js → release.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process.env.SEMANTIC_RELEASE_PACKAGE = "Ts.ED";

module.exports = {
export default {
branches: [
"production",
{name: "alpha", prerelease: true, channel: "alpha"},
Expand Down
Loading

0 comments on commit 4262f47

Please sign in to comment.