Browse Source

ci: add next notice (#38443)

* ci: add next notice

* Update release-helper.yml

Co-authored-by: 二货爱吃白萝卜 <smith3816@gmail.com>
pull/38446/head
xrkffgg 2 years ago
committed by GitHub
parent
commit
d5b16f3367
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .github/workflows/release-helper.yml

13
.github/workflows/release-helper.yml

@ -34,7 +34,18 @@ jobs:
prettier: true
prerelease-filter: '-, a, b, A, B'
- name: release bigfish
- name: notice next
uses: actions-cool/release-helper@v2
with:
triger: 'tag'
dingding-token: ${{ secrets.DINGDING_BOT_V5_PRE_TOKEN }}
msg-title: '# Ant Design {{v}} 发布日志'
msg-poster: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*zx7LTI_ECSAAAAAAAAAAAABkARQnAQ'
msg-footer: '💬 前往 [**Ant Design Releases**]({{url}}) 查看更新日志'
prerelease-filter: '-, a, b, A, B'
prerelease-notice: true
- name: notice bigfish
uses: actions-cool/release-helper@v2
with:
triger: 'tag'

Loading…
Cancel
Save