mirror of
https://github.com/ZhuJHua/moodiary.git
synced 2026-04-05 16:39:01 +08:00
fix(*): fix ci
[skip ci]
This commit is contained in:
16
.github/release-drafter.yml
vendored
16
.github/release-drafter.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name-template: 'v$NEXT_PATCH_VERSION'
|
||||
tag-template: 'v$NEXT_PATCH_VERSION'
|
||||
name-template: 'v$RESOLVED_VERSION'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
|
||||
categories:
|
||||
- title: ✨ Features
|
||||
labels:
|
||||
@@ -25,16 +26,9 @@ categories:
|
||||
|
||||
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
|
||||
template: |
|
||||
# 📦 $RELEASE_TITLE
|
||||
|
||||
## 🔥 What is New
|
||||
Here's what's changed and improved in this release:
|
||||
## 🔥 What's Changed
|
||||
|
||||
$CHANGES
|
||||
|
||||
## 📋 Categories
|
||||
$CATEGORY_RELEASES
|
||||
|
||||
---
|
||||
🕒 Release Date: $DATE
|
||||
🔖 Compare Changes: [View Changes](https://github.com/$REPOSITORY/compare/$PREVIOUS_TAG...$TAG)
|
||||
🔖 Compare Changes: [View Changes](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
|
||||
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -1,9 +1,6 @@
|
||||
name: Build & Release
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user