Skip to content

Commit

Permalink
chore: allow releasing 1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Jan 9, 2024
1 parent b716165 commit af9b264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deploy/release-script/release-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const getReleaseConfig = async (releaseType: ReleaseType): Promise<ReleaseConfig
shouldCommit: true,
allowSkipTests: true,
allowUncommitted: false,
requiredBranch: 'develop',
requiredBranch: 'release/1.8.8',
showSleepCheck: true,
todoList: [
'Update and release other packages (like nuxt, create-vuestic, etc)',
Expand Down

0 comments on commit af9b264

Please sign in to comment.