mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
34 lines
703 B
Markdown
34 lines
703 B
Markdown
# The check list for release
|
|
|
|
|
|
## Pre-release
|
|
|
|
|
|
### Version update
|
|
|
|
from `v1.0.0-dev` to `v1.0.0`
|
|
|
|
- [ ] vim script version: `autoload/SpaceVim.vim`
|
|
- [ ] bash script: `docs/install.sh`
|
|
- [ ] bash script: `docs/cn/install.sh`
|
|
- [ ] batch script: `docs/install.cmd`
|
|
- [ ] batch script: `docs/cn/install.cmd`
|
|
|
|
### Website && Wiki
|
|
|
|
- [ ] Home page
|
|
- [ ] Readme of github and gitee
|
|
- [ ] roadmap
|
|
|
|
## After Release
|
|
|
|
### Version update
|
|
|
|
from `v1.0.0` to `v1.1.0-dev`
|
|
|
|
- [ ] vim script version: `autoload/SpaceVim.vim`
|
|
- [ ] bash script: `docs/install.sh`
|
|
- [ ] bash script: `docs/cn/install.sh`
|
|
- [ ] batch script: `docs/install.cmd`
|
|
- [ ] batch script: `docs/cn/install.cmd`
|