File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 37
37
- name : Release update
38
38
env :
39
39
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
- run : npx -p github:brianrodri/ semantic-release-obsidian-plugin semantic-release
40
+ run : npx -p semantic-release-obsidian-plugin@1.1.0 -p conventional-changelog-conventionalcommits semantic-release
Original file line number Diff line number Diff line change 7
7
# dry-run (default): npx -p github:brianrodri/semantic-release-obsidian-plugin semantic-release
8
8
# for real: npx -p github:brianrodri/semantic-release-obsidian-plugin semantic-release --dry-run false
9
9
plugins :
10
- - ' @semantic-release/commit-analyzer'
11
- - ' @semantic-release/release-notes-generator'
10
+ - - '@semantic-release/commit-analyzer'
11
+ - preset : conventionalcommits
12
+ - - '@semantic-release/release-notes-generator'
13
+ - preset : conventionalcommits
12
14
- semantic-release-obsidian-plugin
13
15
- - '@semantic-release/github'
14
16
- assets :
Original file line number Diff line number Diff line change 7
7
"dev" : " rollup --config rollup.config.mjs -w" ,
8
8
"build" : " rollup --config rollup.config.mjs --environment BUILD:production" ,
9
9
"deploy:local" : " npm run build && cross-env PACKAGE_NAME=$npm_package_name node deploy-local.mjs" ,
10
- "release:local" : " npm ci && npm run build && npx -p semantic-release-obsidian-plugin@1.1.0 semantic-release --dry-run false" ,
11
- "release:dry-run" : " npm ci && npm run build && npx -p semantic-release-obsidian-plugin@1.1.0 semantic-release --dry-run"
10
+ "release:local" : " npm ci && npm run build && npx -p semantic-release-obsidian-plugin@1.1.0 -p conventional-changelog-conventionalcommits semantic-release --dry-run false" ,
11
+ "release:dry-run" : " npm ci && npm run build && npx -p semantic-release-obsidian-plugin@1.1.0 -p conventional-changelog-conventionalcommits semantic-release --dry-run"
12
12
},
13
13
"keywords" : [],
14
14
"author" : " " ,
You can’t perform that action at this time.
0 commit comments