How To Choose Version Numbers - Semantic Versioning

Поделиться
HTML-код
  • Опубликовано: 21 апр 2024
  • Today we learn how to properly choose version numbers for packages and software. For this, we use semantic versioning.
    Semantic Versioning: semver.org/
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    💼 Services 💼
    💻 Freelancing & Tutoring: www.neuralnine.com/services
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
  • НаукаНаука

Комментарии • 9

  • @vektracaslermd743
    @vektracaslermd743 Месяц назад +1

    Very helpful, Florian. Versioning was something I always had only a crude understanding of. The major, minor, patch system makes perfect sense. Thanks for spelling it out!

  • @ccc_ccc789
    @ccc_ccc789 Месяц назад +4

    I think you missed to teach how to create a software version using git tag and release notes containing the new feature and fix made or breaking changrs

    • @aarons.6741
      @aarons.6741 Месяц назад +2

      Or a great idea for an extra video?💪

  • @juliencarrier5252
    @juliencarrier5252 Месяц назад

    Thanks for this video ! i never tried to understand the logical under versioning. Now i understand

  • @ragnarok9131
    @ragnarok9131 Месяц назад

    You put a lot of hard work! Thankyou

  • @dipeshsamrawat7957
    @dipeshsamrawat7957 Месяц назад

    Thank you.

  • @mak448a
    @mak448a Месяц назад +1

    Could you cover Llama3/Dolphin-Llama on your channel?

  • @MathGeniuses-xv6cl
    @MathGeniuses-xv6cl Месяц назад

    It was fun

  • @viktorsheep
    @viktorsheep 23 дня назад

    If i update a minor version, should the patch be reset to 0?