Taxel / PlexTraktSync

A python script that syncs the movies, shows and ratings between trakt and Plex (without needing a PlexPass or Trakt VIP subscription)
MIT License
1.49k stars 99 forks source link

Feature request: Can we get a changelog added to TAG releases #1254

Open xInsertx opened 1 year ago

xInsertx commented 1 year ago

Feature description

Use case

Currently, use a container to monitor upstream for updates, and when one is pushed I am notified. I would then either review the release change log or the changelog attached to the tag.

It would be good to be able to review as a quick change overview vs looking back through commits.

Plan to implement

There are a few ways to implement this - leave it up to you to decide.

glensc commented 1 year ago

Not interested in filling it out manually. it must be fully automatic not changing existing workflow at all.

zeroquinc commented 1 year ago

Not interested in filling it out manually. it must be fully automatic not changing existing workflow at all.

Any updates on this?

glensc commented 1 year ago

nobody as proposed any solution, so no.

xInsertx commented 1 year ago

You could start by using the inbuilt feature "Generate Release Notes" - https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#about-automatically-generated-release-notes

Just needs a .github/release.yml file and ideally meaningful labels

glensc commented 1 year ago

So send a PR and describe there what maintainers need to do

scoiattolo49 commented 1 year ago

You could start by using the inbuilt feature "Generate Release Notes" - https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#about-automatically-generated-release-notes

Just needs a .github/release.yml file and ideally meaningful labels

You can get the same result by going to Releases/Tags and comparing the two latest tagged releases. If the labels are not clear (sometimes they are not :) ), you can read the code that was changed and/or the commits/Pull requests that where incorporated in that release.

glensc commented 1 year ago

Just to be clear: send PR if you want something to be changed.

glensc commented 2 months ago

Perhaps:

glensc commented 2 months ago

Or release drafter