Skip to content

Commit

Permalink
chore: remove semantic on git
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jun 15, 2024
1 parent 56cb3f0 commit 0a3002b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
npm ci
- name: Semantic Release Dependency
run: |
npm install -g semantic-release @semantic-release/git https://github.com/oclif/semantic-release/archive/refs/tags/v3.1.5.tar.gz
npm install -g semantic-release https://github.com/oclif/semantic-release/archive/refs/tags/v3.1.5.tar.gz
- name: Publish Beta
env:
GITHUB_TOKEN: ${{ secrets.TOKENX }}
Expand Down
9 changes: 0 additions & 9 deletions release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,5 @@ export default {
name: "master",
channel: "beta"
}
],
plugins: [
[
"@semantic-release/git",
{
assets: ["package.json", "CHANGELOG.md"],
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
},
],
]
};

0 comments on commit 0a3002b

Please sign in to comment.