-
Notifications
You must be signed in to change notification settings - Fork 206
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を消去し、releaseビルド時に自動的にバージョン名が入るようにした #288
Conversation
Pull Request Test Coverage Report for Build 1701825846
💛 - Coveralls |
release作成しました。 windows-cpuでバージョン名が入っていることを確認しました。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
release.tag_nameをquoteしたい気もしますが、いい方法がわからないです...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! マージしますね
内容
voicevox_engine/__init__.py
にバージョン情報を記載関連 Issue
close #274
その他
npmのpackage.jsonのversionのような高尚な仕組みが見当たらなかったので、ソースコードに直書きし、sedで置き換える設計にしました。