CEdit: Use version instead of date #329
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use version for example
1.0instead of date. Usually the date is updated in the PR which can be open for a very long time due to edits. Therefore, confusion may arise when merging withmain.Question to discuss - should we use Semantic Versioning, or leave it to program/commit author to choose style of versioning and certain numbers for certain commits?
Hello, Notepad++ and vim and most maintained software use semantic versioning. I think its best method for removing confusion and provide better solution for understanding what patch fails, what needs to be depreciated and updated, so Semantic Versioning is better solution right?
But I have a doubt about how will we decide the current version. Should it be updated and start counting from current patch as 1.0 or do we have to look at the commit history and decide a version ?
I don't think there's any point in worrying about this. I suggested 1.0 because the project is essentially finished and working. I think
major.minoris sufficient.