noiseorchestra / jacktrip_pypatcher

Python scripts to autopatch a JackTrip hubserver
GNU General Public License v3.0
6 stars 1 forks source link

Releases #85

Closed madwort closed 3 years ago

madwort commented 3 years ago

Now that I'm automating deployments, I'm going to need consistent versioning.... Are you familiar with https://semver.org/ @sandreae ? Can we start doing releases? Maybe we could just declare that the current state is 1.0.0 and go from there?

sandreae commented 3 years ago

Yep, sounds good, let's do this now before merging the next round of PRs.

sandreae commented 3 years ago

To check the correct procedure:

madwort commented 3 years ago

yes, I think we should just have one trunk branch that we merge into & release immediately (rather than separate trunk/dev/etc branches).

the tag, I can never remember - at my old job some things had to be 1.0.0 and some things had to be v1.0.0 and now I'm permanently confused about which is which. I /think/ the tag should be 1.0.0, but if you have strong evidence from other python-ish repos then let me know!

madwort commented 3 years ago

e.g. https://github.com/spatialaudio/jackclient-python - tags are like 1.0.0

madwort commented 3 years ago

Hmmm, although the github release page is all "consider using v1.0.0". I don't think it really matters either way.

sandreae commented 3 years ago

Ok, cool, I'll do one now with 1.0.0 then.

sandreae commented 3 years ago

https://github.com/noiseorchestra/jacktrip_pypatcher/releases/tag/1.0.0

Whoop!

madwort commented 3 years ago

🎉