pasty icon indicating copy to clipboard operation
pasty copied to clipboard

Use Semantic Versioning

Open AlexanderBabel opened this issue 2 years ago • 2 comments

Hey @lus,

first of all thank you for your work on pasty. I really like the project, the UI and the functionality.

But I would really appreciate if you could implement some kind of release management or tagging for different versions of pasty. There are a few systems out there, like semantic-release (using conventional commits), that can help you with that. Here is also an example project where semantic release is used.

If you need some help with that, I am happy to support you.

AlexanderBabel avatar Feb 08 '22 19:02 AlexanderBabel

Hello!

Thank you for bringing this up. I already thought about using semantic versioning but ultimately decided against it because I like the simplicity of using the commit hash as the version identifier. I agree that semantic versioning makes sense and is very useful in many cases but I do not really see the advantage it would give to this specific project. I think it would help if you could lay out why the current solution bothers you in particular so I can think about it.

lus avatar Feb 22 '22 20:02 lus

Update: I thought a bit about this and I came to the conclusion to use Semantic Versioning from now on.

lus avatar Aug 22 '22 14:08 lus