MalloyDelacroix / DownloaderForReddit

The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
GNU General Public License v3.0
498 stars 47 forks source link

Fixed release not being made when multiple commits pushed #280

Closed zacker150 closed 2 years ago

zacker150 commented 2 years ago

The Version 3.14 release failed to create because 3fe8ee3d2c11e8b9d54fe643549d52ac365f51e2 was pushed with 420f38eb06a77e395a8bb3a552874d30ea72823b. This PR fixes the workflow so that this doesn't happen in the future.

Note: The release for 3.14 will have to be manually triggered. The easiest way is as follows:

  1. Create a branch called release_test at commit 3fe8ee3d2c11e8b9d54fe643549d52ac365f51e2.
  2. Push the branch to the repo.
  3. Once the release has been created, you can delete the release_test branch.