delete unused files

This commit is contained in:
w-okada 2023-09-25 11:23:57 +09:00
parent d5e914634d
commit acc44fb83f
2 changed files with 0 additions and 1650 deletions

View File

@ -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チェック

File diff suppressed because it is too large Load Diff