Files
daily_stock_analysis/.github/release.yml
zhulinsen 24d55204d9 fix: bug fixes, CHANGELOG restructure, and CI/release improvements
- 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
2026-02-28 21:04:51 +08:00

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:
- "*"