spotify2tidal / spotify_to_tidal

A command line tool for importing your Spotify playlists into Tidal
GNU Affero General Public License v3.0
241 stars 44 forks source link

Move code into package #33

Closed joshrmcdaniel closed 1 month ago

joshrmcdaniel commented 1 month ago

Setup spotify_to_tidal as a pypi package, adding some type hints

timrae commented 1 month ago

Why PR was closed? Let's use trunk based development?

joshrmcdaniel commented 1 month ago

I agree on that. Currently the only branch is main, and I'm unsure of the branch workflow (i.e.: main -> test -> rc -> prod. etc), but we only have a main branch as the latest. We should tag the working releases at the least to ensure people know which branch/tag is stable to use

timrae commented 1 month ago

I like to keep it simple: create feature branches, open PR's for these, and merge them directly to main. Then create release tags off main every time there's a new package of work.

joshrmcdaniel commented 1 month ago

Sounds good. I created #34, it's this MR but to main