Elijas / auto-youtube-subscription-playlist-2

Script automatically adds videos to playlists from Youtube channels and/or subscriptions (Youtube Collections alternative).
MIT License
248 stars 54 forks source link

Create releases #43

Closed deepfriedmind closed 4 years ago

deepfriedmind commented 4 years ago

Please create releases when changes have been made.

Elijas commented 4 years ago

Did you mean github release functionality? Since the app is not downloadable (does not need to be compiled), I think commit history might be enough if someone would want to roll back their version.

But we're open for counter arguments and suggestions:)

deepfriedmind commented 4 years ago

My counter argument is that releases can be watched, so followers could get an email when a new version is released :)

Elijas commented 4 years ago

Fair point, thanks. I've created the first release https://github.com/Elijas/auto-youtube-subscription-playlist-2/releases

@dudemario Would you agree to create a release every time the main .gs file is updated (in a way that changes functionality)?

Since releases would be used only for notifications, we could use the current date (e.g. 20190930) as the name of the release (tag), leaving other fields empty.

victorjzsun commented 4 years ago

Sure, sounds good.

This will basically happen whenever there's a merge to master concerning the .gs file right? Shouldn't be too hard.

deepfriedmind commented 4 years ago

That's great, thank you!

Elijas commented 4 years ago

@dudemario Exactly! Thanks