mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-18 00:34:19 +08:00
📝 add release notes
This commit is contained in:
@@ -33,13 +33,17 @@ module.exports = {
|
||||
directories: {
|
||||
output: 'build',
|
||||
},
|
||||
// publish: [
|
||||
// {
|
||||
// provider: 'github',
|
||||
// owner: 'rubickCenter',
|
||||
// repo: 'rubick',
|
||||
// },
|
||||
// ],
|
||||
releaseInfo: {
|
||||
releaseName: 'normal', // normal 弹窗 / major 强制更新
|
||||
releaseNotesFile: './release/releaseNotes.md',
|
||||
},
|
||||
publish: [
|
||||
{
|
||||
provider: 'github',
|
||||
owner: 'rubickCenter',
|
||||
repo: 'rubick',
|
||||
},
|
||||
],
|
||||
// files: ["dist_electron/**/*"],
|
||||
dmg: {
|
||||
contents: [
|
||||
|
||||
Reference in New Issue
Block a user