Skip to content

Commit 4898d97

Browse files
chore(CI): enable debugging for semantic-release
1 parent ab7b0dd commit 4898d97

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
- name: Build CLI
5959
run: npm run build:cli
6060
- name: Release to NPM
61-
61+
run: DEBUG=semantic-release:* semantic-release npx [email protected]

release.config.mjs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
*/
44
export default {
55
branches: ['main'],
6-
analyzeCommits: {
7-
preset: 'angular'
8-
},
9-
plugins: [
10-
'@semantic-release/commit-analyzer',
11-
'@semantic-release/release-notes-generator',
12-
'@semantic-release/npm',
13-
'@semantic-release/github',
14-
],
15-
dryRun: false
16-
};
6+
analyzeCommits: {
7+
preset: 'angular',
8+
},
9+
plugins: [
10+
'@semantic-release/commit-analyzer',
11+
'@semantic-release/release-notes-generator',
12+
'@semantic-release/npm',
13+
'@semantic-release/github',
14+
],
15+
dryRun: false,
16+
}

0 commit comments

Comments
 (0)