-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
ci: 使用 semantic-release 自动发布电子书
Co-authored-by: 北雁 Cryolitia <[email protected]>
1 parent
3fae478
commit 7c3cc77
Showing
6 changed files
with
6,328 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
branches: | ||
- main | ||
plugins: | ||
- - "@semantic-release/commit-analyzer" | ||
- releaseRules: | ||
- type: feat | ||
release: minor | ||
- type: fix | ||
release: minor | ||
- type: refactor | ||
release: patch | ||
- type: style | ||
release: patch | ||
- type: typo | ||
release: patch | ||
- type: grammar | ||
release: patch | ||
- type: ambig | ||
release: patch | ||
- type: punctua | ||
release: patch | ||
- "@semantic-release/release-notes-generator" | ||
- - "@semantic-release/github" | ||
- assets: | ||
- path: book/epub/药娘的天空.epub | ||
name: transky-${nextRelease.version}.epub | ||
- path: book/mobi/药娘的天空.mobi | ||
name: transky-${nextRelease.version}.mobi | ||
- path: book/typst-pdf/药娘的天空.pdf | ||
name: transky-${nextRelease.version}.pdf | ||
preset: conventionalcommits | ||
presetConfig: | ||
- types: | ||
- type: feat | ||
section: Features | ||
- type: fix | ||
section: Bug Fixes | ||
- type: refactor | ||
hidden: true | ||
- type: style | ||
section: Style Improvements | ||
- type: typo | ||
section: Typo Fixes | ||
- type: grammar | ||
section: Grammar Fixes | ||
- type: ambig | ||
section: Ambiguity Fixes | ||
- type: punctua | ||
section: Punctuation Fixes | ||
- type: chore | ||
hidden: true | ||
- type: ci | ||
hidden: true |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters