How to do semantic versioning?

Asked

Viewed 178 times

0

I am working with a software in Visual Basic, that already exists for some time, but does not use standardized semantic versioning, I read some articles as semver.org and I had two doubts:

1 - What does the article really mean by "public API?" because the software is closed, and although I read about the Apis, I could not identify in the software that work this such "public API".

2 - I understood how MAJOR.MINOR.PATCH works, but how should I organize the software in Github to suit this, so that the work is organized?

I read a lot about it, but some doubts are still in the air, if you can help, thank you. Abrass!

  • I think this answers: https://answall.com/q/178464/101 and https://answall.com/q/51817/101

  • Depends, you intend to give support and maintenance in previous versions or only the current version?

  • Maniero, I ended up falling on the same issues above... what would be my public API is the main question.

  • I just want to keep the current version and keep making the necessary changes

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.