Skip to content

Commit

Permalink
chore: 更新发布脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Dec 5, 2024
1 parent 2fbc10c commit c592eef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🚀 Auto Release
on:
push:
branches:
- latest # 正式版
- 1.x-stable # 1.x 稳定版
- beta
- alpha
- next
Expand Down
6 changes: 3 additions & 3 deletions .releaserc.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
module.exports = {
extends: 'semantic-release-monorepo',
branches: [
'latest',
{ name: '1.x-stable', channel: 'latest', prerelease: false },
{ name: 'beta', channel: 'beta', prerelease: true },
{ name: 'alpha', channel: 'alpha', prerelease: true },
{ name: 'next', channel: 'next', prerelease: true },
Expand All @@ -28,9 +28,9 @@ module.exports = {
'@semantic-release/npm',
[
'@semantic-release/git',
{
{
message: 'chore(release): 🤖 ${nextRelease.gitTag} [skip ci]',
},
},
],
'@semantic-release/github',
[
Expand Down

0 comments on commit c592eef

Please sign in to comment.