Skip to content

Commit

Permalink
chore: add some points to relese script
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Aug 4, 2023
1 parent babaa9e commit 1b3b24a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/deploy/release-script/release-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ const getReleaseConfig = async (releaseType: ReleaseType): Promise<ReleaseConfig
showSleepCheck: true,
todoList: [
'Update and release other packages (like nuxt, create-vuestic, etc)',
'Merge docs to master',
'Make release notes on github',
'Remove labels from docs',
'Update docs header',
'Merge docs to master',
]
}
}
Expand All @@ -97,7 +99,7 @@ const getReleaseConfig = async (releaseType: ReleaseType): Promise<ReleaseConfig
gitTag: undefined,
distTag: 'next',
shouldCommit: false,
allowSkipTests: true,
allowSkipTests: false,
allowUncommitted: false,
requiredBranch: 'develop',
showSleepCheck: false,
Expand Down

0 comments on commit 1b3b24a

Please sign in to comment.