release

Solid

microNeo release workflow. Use when user asks to release a version on github.

AI & Automation 46 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
26
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Steps ``` 1. 检查 CHANGELOG.md - 如果顶部是 [Unreleased],改成 [X.Y.Z] - YYYY-MM-DD - 格式:## [X.Y.Z] - YYYY-MM-DD (方括号、无 v 前缀、ISO 日期) 2. Commit all git add -A git commit -m "Release X.Y.Z" 3. 打 tag git tag vX.Y.Z 4. Push git push origin master git push origin vX.Y.Z (tag push 触发 .github/workflows/release.yaml 自动发布) ``` ## Reference - Workflow: `.github/workflows/release.yaml` (extracts CHANGELOG section via `tools/extract-changelog.sh`, publishes with `softprops/action-gh-release@v2`)

Details

Author
sollawen
Repository
sollawen/microNeo
Created
1 months ago
Last Updated
today
Language
Go
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category