markrai / fontcompare

an easy way to dynamically compare locally hosted fonts
MIT License
30 stars 3 forks source link

Create release tags for that repo #10

Open oleole39 opened 2 days ago

oleole39 commented 2 days ago

Hello,

Would you consider creating release tags in Github at each new version? That would help to go back at a previous version easily or for third party use of the repo (for instance I would like to package the app for YunoHost and package autoupdate mechanism would work better with release tags. If not it will have to be based on commits, but technically a new commit is not necessarily a new version).

Would you be not familiar with release tags under Github, I mean:

  1. going to https://github.com/markrai/fontcompare/releases logged as repo admin
  2. click on create a new release.
  3. fill tag and title fields with e.g. v.1.4.0
  4. fill the large text box with the changelog content for that version
  5. Click on publish release (source code archive for the current release will be appended automatically).
markrai commented 2 days ago

Ah, thank you for consistently educating me on best practices :) Yes, this would be the correct way, and we should do this, going forward. Am I correct to understand that this would apply to all future releases? or are you suggesting that we retroactively do this?

oleole39 commented 2 days ago

Not sure if/how you can do it for past releases without it being a complicated mess. But that would be great if you were doing it for current release (1.4.0) and future ones, yes.