ManderaGeneral / generalimport

Handle all your optional dependencies with a single call!
https://pypi.org/project/generalimport/
Apache License 2.0
15 stars 1 forks source link

Release process #26

Closed ZanSara closed 1 year ago

ZanSara commented 1 year ago

Do you have any release process for generalimport? My guess is that it would be somehow coordinated with the rest of the ecosystem, so I'm curious how it works, if you have regular releases, and so on.

For us is relevant to decide when we can introduce generalimport to Haystack and how quickly we can expect bugfixes to be shipped, for example.

Mandera commented 1 year ago

Simply put the current setup is pushing to master with a bumped version in metadata.json, which will upload to pypi and tag a new commit on github here

Magic happens here

So it should be quick to ship updates! I'm just a bit swamped atm but once I'll get to it, the workflow should be up and running and I'll keep the master branches clean from now on

ZanSara commented 1 year ago

Cool! Closing :slightly_smiling_face: