Wei Lee
Wei Lee is a software engineer and a volunteer at PyCon Taiwan. As an engineer who values efficiency, Wei is enthusiastic about automating tasks using Python. When he's not working, Wei enjoys exploring the world through travel, and attending PyCon events gives him the perfect opportunity to do so. Wei has already attended PyCon TW πΉπΌ, PyCon US πΊπΈ, PyCon JP π―π΅, PyCon CA π¨π¦, and even Remote Python Pizza π.
Personal Website: https://weilee.me
Twitter: @clleew
Sessions
Releasing new versions can be challenging. Simply by adding metadata during the committing, we can aid release managers in understanding changes faster. With a standardized convention, we can even parse the well-formatted commits, and reduce manual effort in the process. In my talk, I will demonstrate how to accomplish this and automate the release process with the help of commitizen-tool.