mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
delete unused files
This commit is contained in:
parent
d5e914634d
commit
acc44fb83f
55
Checklist.md
55
Checklist.md
@ -1,55 +0,0 @@
|
|||||||
# Release Check List
|
|
||||||
## Run
|
|
||||||
- [ ] Anaconda on Linux
|
|
||||||
- [ ] Docker on Linux
|
|
||||||
- [ ] Anaconda on WSL2
|
|
||||||
- [ ] Docker on WSL2
|
|
||||||
- [ ] Colab simple
|
|
||||||
- [ ] Colab normal
|
|
||||||
- [ ] Windows exe
|
|
||||||
- [ ] Mac(M1)
|
|
||||||
|
|
||||||
## Doc
|
|
||||||
- [ ] Readme
|
|
||||||
- [ ] Wiki
|
|
||||||
- [ ] Zenn
|
|
||||||
|
|
||||||
|
|
||||||
# Memo
|
|
||||||
## Release Process
|
|
||||||
一通り開発が終わったと思ったら.
|
|
||||||
|
|
||||||
(1) Dockerを生成
|
|
||||||
```
|
|
||||||
npm run build:docker
|
|
||||||
npm run push:docker
|
|
||||||
```
|
|
||||||
Tagをメモ。
|
|
||||||
|
|
||||||
(2) start2.shを編集
|
|
||||||
メモしたTagを貼り付け。
|
|
||||||
```
|
|
||||||
bash start2.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
(3) exeファイル作成
|
|
||||||
(3-1) Win
|
|
||||||
・環境変数にリリースバージョンを設定
|
|
||||||
・pipenv
|
|
||||||
|
|
||||||
(4) Readmeにリンクをはる
|
|
||||||
|
|
||||||
(5) Branch 解除。Tag化
|
|
||||||
```
|
|
||||||
git add ...
|
|
||||||
git commit -m "wip: releasing"
|
|
||||||
git push
|
|
||||||
git checkout - && git merge - && git push && git checkout -
|
|
||||||
git checkout -
|
|
||||||
git branch -d v.1...
|
|
||||||
git tag v.1...
|
|
||||||
git push origin v.1
|
|
||||||
git branch v.1....
|
|
||||||
git checkout v.1...
|
|
||||||
```
|
|
||||||
(6) Colabチェック
|
|
1595
SoftVcDemo.ipynb
1595
SoftVcDemo.ipynb
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user