We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb64bc commit a5b82efCopy full SHA for a5b82ef
2 files changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build Package 🛠
22
run: yarn build
23
- name: Release 🚀
24
- run: npx semantic-release --dry-run --debug
+ run: npx semantic-release --debug
25
env:
26
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
release.config.js
@@ -6,8 +6,10 @@ module.exports = {
6
{ "release": "patch" },
7
],
8
}],
9
+ "@semantic-release/release-notes-generator",
10
["@semantic-release/npm", {
11
"pkgRoot": "build",
12
13
+ "@semantic-release/github",
14
15
};
0 commit comments