mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 02:43:35 +08:00
- Fix Telegram _convert_to_telegram_markdown escaping [text](url) links - Fix duplicate discord_bot_status field silently shadowing Config.discord_bot_status - Remove unused shutil/subprocess imports from main.py - Restructure CHANGELOG.md into versioned sections; rename v3.5.0 -> v3.4.7 - Add .github/release.yml for auto-categorized GitHub Release notes by PR label - Switch auto-tag.yml from opt-out (#skip) to opt-in (#patch/#minor/#major) - Add FAQ Q17 and full-guide section for non-trading day manual run (fixes #461 docs) - Update AGENTS.md delivery checklist
44 lines
878 B
YAML
44 lines
878 B
YAML
changelog:
|
|
exclude:
|
|
labels:
|
|
- duplicate
|
|
- invalid
|
|
- wontfix
|
|
- stale
|
|
- skip-changelog
|
|
authors:
|
|
- dependabot
|
|
- github-actions[bot]
|
|
categories:
|
|
- title: "🚀 New Features"
|
|
labels:
|
|
- enhancement
|
|
- title: "🤖 AI & Analysis"
|
|
labels:
|
|
- ai
|
|
- title: "🐛 Bug Fixes"
|
|
labels:
|
|
- bug
|
|
- title: "📡 Data Sources"
|
|
labels:
|
|
- data-source
|
|
- title: "🔔 Notifications"
|
|
labels:
|
|
- notification
|
|
- feishu
|
|
- title: "⚙️ Configuration"
|
|
labels:
|
|
- configuration
|
|
- title: "🧪 Testing"
|
|
labels:
|
|
- testing
|
|
- title: "🔧 CI/CD & Maintenance"
|
|
labels:
|
|
- ci/cd
|
|
- title: "📝 Documentation"
|
|
labels:
|
|
- documentation
|
|
- title: "🔀 Other Changes"
|
|
labels:
|
|
- "*"
|