garyd203 / flying-circus

A tool for describing AWS infrastructure as (Python) code, built on top of AWS Cloud Formation.
https://flying-circus.readthedocs.io/
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Script to cut and release a new version #22

Open garyd203 opened 6 years ago

garyd203 commented 6 years ago

Consider the changes library or bumpversion or bump2version or even bump. Also look at the Azure/GitHub integration for a release (GithubRelease task)

Conclusion: dephell actually looks good and maintained, as well as solving a number of problems all at once. If it has a way to deal with multiple files

garyd203 commented 5 years ago

Eventually implemented with bump2version, Azure Pipelines, and a lot of trial-and-error