Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VERSION.txtを自動生成したい #274

Closed
Hiroshiba opened this issue Jan 6, 2022 · 2 comments · Fixed by #288
Closed

VERSION.txtを自動生成したい #274

Hiroshiba opened this issue Jan 6, 2022 · 2 comments · Fixed by #288
Assignees
Labels

Comments

@Hiroshiba
Copy link
Member

内容

バージョンアップのたびにVERSION.txtを更新していますが、releaseのタグから取ってくるのが良いのかなと思いました。
今だと例えば、どなたかのhotfix PRをマージしたあと、わざわざVERSION.txtを更新するだけのコミットをしてからタグ付を行っており、2つ目の更新を忘れることが結構あります。
そのミスを防ぎたいです。

@Hiroshiba
Copy link
Member Author

普段VERSION.txtの中身はlatestにしておいて、releaseビルド時にファイル書き込みするのが良いのかなと考えています。

コアにも似た課題があるのでリンク

@Hiroshiba
Copy link
Member Author

VERSION.txtにしてしまうとエディタの中にエンジンのVERSION.txtが入ってしまい、まるでエディタのバージョンのように見えてしまう問題があるかもです。
そもそもVERSION.txtファイルにせず、__init__.pyに書き込もうかなと考えています。

今日くらいに取り組んで見る予定です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant