diff --git a/.github/workflows/build-of-main.yml b/.github/workflows/build-of-main.yml index 4646888..ac77306 100644 --- a/.github/workflows/build-of-main.yml +++ b/.github/workflows/build-of-main.yml @@ -28,7 +28,7 @@ jobs: node-version: "lts/*" - name: Install dependencies - run: npm install -g semantic-release @semantic-release/commit-analyzer + run: npm install -g semantic-release @semantic-release/commit-analyzer @semantic-release/changelog @semantic-release/git @semantic-release/github - name: Print Next Semantic Version run: semantic-release --dry-run diff --git a/release.config.js b/release.config.js index 4df8ac4..42285e9 100644 --- a/release.config.js +++ b/release.config.js @@ -2,7 +2,7 @@ * @type {import('semantic-release').GlobalConfig} */ module.exports = { - branches: ["main", "next"], + branches: ["master"], plugins: [ [ "@semantic-release/commit-analyzer", @@ -70,6 +70,6 @@ module.exports = { assets: ["package.json", "CHANGELOG.md"], }, ], - "@semantic-release/gitlab", + "@semantic-release/github", ], -}; \ No newline at end of file +};