No video

GitHub Actions can automate your releases from your git commit messages - conventional commits

  Рет қаралды 19,646

Eddie Jaoude

Eddie Jaoude

Күн бұрын

Take your project from beginning to pro with conventional commits and automated releases with GitHub Actions!
Husky video is here • Improve all your codin...
Join EddieHub and learn more about Open Source! We have more swag to give away eddiehub.org/ha...
LEARN MORE
I now have a 2nd KZbin channel for short video clips of 60s or less, subscribe ...
/ eddiejaoudetv
JOIN our inclusive open source community EddieHub now for FREE ... eddiehub.org, also checkout my website and sign up to our community NEWSLETTER... eddiejaoude.io for my live stream + video schedule and community calls
Also join our community GitHub organisation by creating an issue with the type "invite me to the organisation" :)
SERVICES I USE AND RECOMMEND
Some of these might be affiliate links, no extra cost you to, but I get a little $ if you sign up, plus you might get a discount too
- NoSQL serverless database with DataStax, you will get $25 FREE credit every month links.eddiejaou...
- Live streaming with Streamyard links.eddiejaou...
- Cloud hosting with Digital Ocean, you will get $100 FREE credit links.eddiejaou...
- Membership, Newsletters, CRM all in one with Kartra links.eddiejaou...
- Awesome backup platform, BackBlaze links.eddiejaou...
COMMUNITY SPONSORS
A BIG thank you to my GitHub Sponsors:
***
Stephen Mount github.com/stem...
Nicholas Carrigan github.com/nhc...
***
- Santosh Yadav github.com/san...
- Andrew Cunliffe github.com/and...
- Alexander Stoichkov github.com/Sas...
- Allan Regush github.com/All...
FIND ME ON OTHER SOCIAL PLATFORMS
Don’t forget to support my channel by subscribing below, it’s free, and also share with your friends. Subscribe now!!
www.youtube.co...
Follow on other socials for behind the scenes footage, join discord to continue the conversation...
eddiejaoude.io
github.com/edd...
/ eddiejaoude
/ eddiejaoude
/ eddiejaoude
/ eddiejaoude
/ discord
github.com/Eddi...

Пікірлер: 41
@eddiejaoude
@eddiejaoude 2 жыл бұрын
Husky video is here kzbin.info/www/bejne/fHy5m3SwapVombs
@prathameshshanbhag4148
@prathameshshanbhag4148 2 жыл бұрын
I absolutely loved this video!!💗💗 Thank you, Eddie! My Questions: What if I use the wrong commit message? Is there a way to fix that? Where do Packages & Tags fit into the scenario here? Things I need to learn before I can implement this: Squashing Commits in a separate branch & try to make a Breaking Change release. Learn more about Actions & using them! (Also if you don't want to answer the questions that's absolutely fine these are just a few doubts I have!)🙌
@eddiejaoude
@eddiejaoude 2 жыл бұрын
Thank you Prathamesh! Great questions! I hope this helps... - If not pushed or in a branch that is waiting to be merged in, the commits can be squashed when merging or re-written - Tags are the same as releases in most situations - I create Packages at the same time as the release with the same version number, so it is all in sync If you need more information let me know
@prathameshshanbhag4148
@prathameshshanbhag4148 2 жыл бұрын
@@eddiejaoude 🙏Thank you so much!!✨ Off I go to create my own OS Project!
@eddiejaoude
@eddiejaoude 2 жыл бұрын
@@prathameshshanbhag4148 yes do it 🥳 great way to learn different skills 💥
@blazingentertainment5420
@blazingentertainment5420 28 күн бұрын
the create release is archived in 2024
@sojioyetayo8610
@sojioyetayo8610 2 жыл бұрын
hi Eddie, thanks for this.. I have a question pls, how do we check within our workflow if a release already exists? is there an action we can use to achieve this or should we script with gh?
@eddiejaoude
@eddiejaoude 2 жыл бұрын
hi, I am not sure, because I automate the release creation, it always takes the next version number and doesn't cause a clash. Why do you need to check?
@dgabrielm
@dgabrielm Жыл бұрын
Hi Eddie, how do you set up these GH Actions on a repo with branch protection? Is there a way to define an exception to GH actions?
@eddiejaoude
@eddiejaoude Жыл бұрын
Oh great question! I think there is now a way, before there was not. Can you ping me in the EddieHub Discord so I can check when back at my computer
@MarkusEicher70
@MarkusEicher70 2 жыл бұрын
Another hit by Eddie! Thanks. 💪 I want to be ready for Hacktoberfest and this stuff I need! 🔥
@eddiejaoude
@eddiejaoude 2 жыл бұрын
thank you Markus!
@beau
@beau 2 жыл бұрын
git commit -m 'just subbed'
@eddiejaoude
@eddiejaoude 2 жыл бұрын
lol love that! Thank you for subbing and writing code 🥳
@hamodeyDooba
@hamodeyDooba 2 жыл бұрын
thanks 😊 any video about bumping version ?
@eddiejaoude
@eddiejaoude 2 жыл бұрын
You are welcome, thank you for the feedback! The version is automatically bumped, feat commits bump the minor, fix bump the build number
@hamodeyDooba
@hamodeyDooba 2 жыл бұрын
perfect, thanks for sharing, i loved you contents
@thekarlesi
@thekarlesi 2 жыл бұрын
Thank you, Eddie. I have learnt about releases.
@eddiejaoude
@eddiejaoude 2 жыл бұрын
Great 👍
@hiteshkowdiki4118
@hiteshkowdiki4118 2 жыл бұрын
Awesome video, waiting for husky 🔥🔥. P.S. My name is in the video yay 🎉🎉
@eddiejaoude
@eddiejaoude 2 жыл бұрын
Thank you for your support! Great you appear in the video 🥳 I created a Husky video before, let me know what you think and I can do part 2 kzbin.info/www/bejne/fHy5m3SwapVombs
@felipealvarez1982
@felipealvarez1982 6 ай бұрын
thanks for the video. REAL demo would have made it really good. Best of luck.
@eddiejaoude
@eddiejaoude 6 ай бұрын
Thanks for watching! We are living streaming this Sunday about advanced GitHub Actions on a real world project, bring your questions
@Youdude2
@Youdude2 2 жыл бұрын
Is this only for npm projects or can it be used for django projects?
@eddiejaoude
@eddiejaoude 2 жыл бұрын
Creating a release Action is for any project but the version number will have to be done differently
@GeezUrCute
@GeezUrCute Жыл бұрын
Hi Eddie! Thank you so much for this video, it is really helpful. But I do have one question though, let's say you want to bump the version up from 0.x.x to 1.0.0, how do you do it? I went to your repository and saw that you had like over 80 features up to 0.8x.x before it went to 1.10.0. How do you do it?
@eddiejaoude
@eddiejaoude Жыл бұрын
Thank you Ana for the great feedback on my video! Sure, you can initiate a breaking change, this is from their docs "BREAKING CHANGE: a commit that has a footer BREAKING CHANGE:, or appends a ! after the type/scope, introduces a breaking API change (correlating with MAJOR in Semantic Versioning). A BREAKING CHANGE can be part of commits of any type." Any questions let me know, you can come and chat to us in the EddieHub Discord also
@relaxthegamer
@relaxthegamer 2 жыл бұрын
nice thumbnail btw
@eddiejaoude
@eddiejaoude 2 жыл бұрын
thank you!
@hamodeyDooba
@hamodeyDooba 2 жыл бұрын
git commit -m “update” 😂
@eddiejaoude
@eddiejaoude 6 ай бұрын
noooo
@Agrover112
@Agrover112 2 жыл бұрын
A video about husky!
@eddiejaoude
@eddiejaoude 2 жыл бұрын
Thank you! I created a Husky video before, let me know what you think and I can do part 2 kzbin.info/www/bejne/fHy5m3SwapVombs
@shreyaansjain06
@shreyaansjain06 2 жыл бұрын
First view and comment 😂
@eddiejaoude
@eddiejaoude 2 жыл бұрын
how was the video? Someone in Discord requested this video a few days ago, but I can't remember who 🤓
@shreyaansjain06
@shreyaansjain06 2 жыл бұрын
@@eddiejaoude great video
@vishuhanda1837
@vishuhanda1837 Жыл бұрын
Hi, Getting this vishuhanda@vishuhandas-MacBook-Air nginx-app % git commit -m "fix!: hello there" zsh: illegal modifier: vishuhanda@vishuhandas-MacBook-Air nginx-app % git commit -am "fix!: hello there" zsh: illegal modifier: vishuhanda@vishuhandas-MacBook-Air nginx-app % can you guide me on this please . Thanks
@vishuhanda1837
@vishuhanda1837 Жыл бұрын
Not able to use fix! , build , chore etc as conventional commits . the build starts giving error when used them . however fix: and feat: are working fine . Please guide
@eddiejaoude
@eddiejaoude Жыл бұрын
Might be best to ask in our EddieHub Discord, people help more easily
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 40 МЛН
At the end of the video, deadpool did this #harleyquinn #deadpool3 #wolverin #shorts
00:15
Anastasyia Prichinina. Actress. Cosplayer.
Рет қаралды 16 МЛН
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 1,2 МЛН
How GitHub Actions 10x my productivity
8:18
Beyond Fireship
Рет қаралды 413 М.
I Do this for every commit and why you should too!
12:40
CoderOne
Рет қаралды 23 М.
Git Commit Message - You Are Not Doing It Correctly
7:57
Monsterlessons Academy
Рет қаралды 33 М.
Strategies for Github Tagging and Release Management
21:01
Wazoo Web Bytes
Рет қаралды 1,6 М.
Fully Automated npm publish using GitHub Actions and Semantic Release
26:24
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,1 МЛН
Automate your GitHub Actions Releases (with Semantic Release)!
23:39
Dave's Dev Channel
Рет қаралды 32 М.
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 40 МЛН