algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
229 stars 51 forks source link

Change packaging process to commit version change in develop branch #67

Open buxx opened 5 years ago

buxx commented 5 years ago

Currently

When run packaging process to build new version, version number change is done on master branch. So, version is not visible in develop branch.

Expected

Change the packaging process to commit new version in develop branch. Merge this in master and continue packaging with master branch.

buxx commented 5 years ago

Note: related to #66.

JulienPalard commented 5 years ago

This would fix #66. Appreciated, thank you for changing this! :)