-
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
release-0.10をmasterに反映 #242
Conversation
Pull Request Test Coverage Report for Build 1600505231
💛 - Coveralls |
VERSION.txt
Outdated
0.9.3 No newline at end of file | ||
0.10.preview.2 |
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.
VERSION.txtの更新がどうしても変になってしまうので、どうしたものか迷いました・・・
release作るときのtag名でVERSION.txtをリプレイスするのが良いのかなと思いました。
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.
masterブランチでpreview版を運用してみてよさそうです。
挙動を分ける必要が出ることがあるかもしれませんが、ブランチを分けると #241 (comment) のように通常の管理が大変そうなので、必要になったときに対応するでいいかなと思いました。
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.
同じく、masterブランチでpreview版を運用しても良いと思います。
内容
release-0.10ブランチに0.10のプレビュー版を作っていく予定でしたが、プレビュー版は普通にmasterで作ればよい(latest)ということに気づきました。
preview版がブランチで別れていると今みたいにマージミスが発生してしまいそうなので、masterをpre版として運用してみようと思います。