We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873605f commit 63b937bCopy full SHA for 63b937b
3 files changed
.github/workflows/release.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
release:
10
runs-on: ubuntu-latest
11
+
12
steps:
13
- name: Checkout branch
14
uses: actions/checkout@v4
.releaserc.js
@@ -0,0 +1,10 @@
1
+module.exports = {
2
+ branches: ["main"],
3
+ plugins: [
4
+ "@semantic-release/commit-analyzer",
5
+ "@semantic-release/release-notes-generator",
6
+ "@semantic-release/changelog",
7
+ "@semantic-release/github",
+ "@semantic-release/npm",
+ ],
+};
package.json
@@ -45,11 +45,6 @@
45
"rimraf": "^6.0.1",
46
"semantic-release": "^24.2.3"
47
},
48
- "release": {
49
- "branches": [
50
- "main"
51
- ]
52
- },
53
"packageManager": "pnpm@10.6.2",
54
"engines": {
55
"node": ">=18.0.0"
0 commit comments