diegodario88 / quake-terminal

Gnome Shell extesion to launch a terminal in quake mode
GNU General Public License v3.0
40 stars 6 forks source link

Version numeration issue #34

Closed raczkow closed 2 months ago

raczkow commented 2 months ago

I created rpm package with your extension for own purpose and now I've got an issue with correct version numbering. Releases and tags show versions like v15, v16, etc. But on GNOME Extensions, there are 1.6.2, 1.6.3.

Which numbering is correct and which should I use?

Are you going to synchronize releases on GNOME Extensions page and on Github?

diegodario88 commented 2 months ago

Hi there,

I understand the confusion regarding the version numbering. Recently, GNOME Extensions introduced the option to use version names to provide better control over versions for users. We have adopted this approach and will stick to it, aiming to implement semantic versioning whenever possible.

Regarding synchronization between GitHub and GNOME Extensions, it's indeed beneficial to keep releases aligned across different distribution channels. I will ensure to implement a synchronization process to guarantee that releases on both platforms remain consistent and up-to-date.

Thank you for bringing this to my attention.

raczkow commented 2 months ago

Thanks for a very quick reaction.

raczkow commented 2 months ago

The issue is solved.