What is Semantic Versioning?

Поделиться
HTML-код
  • Опубликовано: 17 сен 2024
  • What is the purpose of the semantic versioning?
    Each NPM package must have package version that is based on the semantic versioning. Each version consists of the major, minor and patch versions. There is also an option to add -beta or -alpha suffixes that indicate pre-release versions of the software.
    If you publish public NPM package you must increment package version each time when package is updated.
    🔥 Wanna learn more? All software development courses that I teach stashchuk.com
    🎦 RUclips www.youtube.co...
    🙍 LinkedIn / bogdanstashchuk
    📪 Twitter / bogdanstashchuk
    🔥 Discord community
    / discord
    🔥 Udemy Profile
    www.udemy.com/...
    SUBSCRIBE IN SOCIAL NETWORKS
    🎦 RUclips www.youtube.co...
    🙍 LinkedIn / bogdanstashchuk
    📪 Twitter / bogdanstashchuk
    Email 📧 in case you want to send me a notice
    bstashchuk@gmail.com

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

  • @Bogdan_Stashchuk
    @Bogdan_Stashchuk  3 года назад +2

    *Check my highest rated and bestselling courses at **stashchuk.com*

  • @fytubevw
    @fytubevw 4 года назад +20

    Concise and very to the point, thanks!

  • @ikeman2003
    @ikeman2003 Год назад

    very easy to understand and straight to the point much appreciated

  • @deadlykam
    @deadlykam 4 года назад +7

    Thank you, that was helpful.

    • @Porkloafking
      @Porkloafking 4 года назад

      I agree, this was a great explanation

  • @bastinrobin
    @bastinrobin 4 года назад +2

    Very clear. Good one.

  • @nerdy_cat
    @nerdy_cat 9 месяцев назад

    Nice! Thanks for such a concise and well done explanation.

  • @mohanvadivel3932
    @mohanvadivel3932 4 года назад +2

    It was very helpful. Thanks for the video Bogdan 🙂

  • @apoorvjaiswal9385
    @apoorvjaiswal9385 3 года назад +1

    concise and informative!!!

  • @ThijmenCodes
    @ThijmenCodes 2 года назад

    Thanks a lot! Concise and to the point.

  • @jithunniks
    @jithunniks 2 года назад

    Succint description of semantic versioning. Thanks!

  • @originalbinaryhustler3876
    @originalbinaryhustler3876 Год назад

    My Brother!
    Respect and Salute!

  • @renanphellip
    @renanphellip 2 года назад

    Thank you! It was very helpful!

  • @zyenapz
    @zyenapz 3 года назад +1

    Very helpful video, thanks very much!

  • @tech3425
    @tech3425 Год назад

    Thanks for this

  • @evryon1810
    @evryon1810 3 года назад

    Great video, explained very well

  • @Vinicius-fg6md
    @Vinicius-fg6md 2 года назад

    THANK YOU SO MUCH FOR THIS VIDEO!!! Helped me a lot.

  • @magzim9337
    @magzim9337 3 года назад +1

    Thanks, you are a Man

  • @sophia_mary_r7914
    @sophia_mary_r7914 2 года назад

    Thank you very much sir. Very helpful!! :)

  • @Blebona
    @Blebona 2 года назад

    makes so much sense!

  • @CtrlAltRagequit
    @CtrlAltRagequit 4 года назад

    Thanks Sir

  • @JeffandFantom
    @JeffandFantom Год назад

    Приветствую Богдан.
    Не мог ли ты сделать semantic-release на yarn и gitlab туториал?

  • @DhanyNurdiansyah
    @DhanyNurdiansyah 3 года назад

    can you explain semantic versioning for laravel version? they going from version 7.25.0 to 7.28.0, they skip 7.26.0 and 7.27.0
    here's the link:
    github.com/laravel/laravel/releases?after=v8.1.0
    thank you

    • @Bogdan_Stashchuk
      @Bogdan_Stashchuk  3 года назад +2

      It was their decision to skip to minor versions. It is completely possible as long as you keep them iin growing order