How to Release Code With Github

How to Release Code With Github

Kahan Data Solutions

2 года назад

85,528 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@mazharkhan5462
@mazharkhan5462 - 14.12.2023 15:46

u r so good in explaining the stuff. Bravo!

Ответить
@user-rv1bx8hx4v
@user-rv1bx8hx4v - 28.11.2023 07:20

Thank you! Great video

Ответить
@diderror
@diderror - 17.10.2023 12:48

- 4.37 минуте беларуска вова, падабайка за гэта!

Ответить
@alpachino468
@alpachino468 - 11.07.2023 00:12

I've never started a release directly on GitHub before, I usually use Gitflow to create a new release, but I'm trying to change my workflow to phase out Gitflow. My question is: If I have a VERSION file within my repo, at what stage do I update this to reflect the new version number? Do I update it within my 'develop' branch, and then create a pull-request - or would I edit it directly within my main/master branch after I create a release directly on Github?

Ответить
@KoreanLabx
@KoreanLabx - 16.06.2023 18:24

I disagree with compatibility stuff when major changes. Most of libraries are compatible even though they increase major number. If it's not compatible, then the users will no longer use that library.

Ответить
@sevdalink6676
@sevdalink6676 - 31.05.2023 19:06

Great video.
What about including all the commits in the release details? Will that be included automatically or do we have to write it by hand (every commit or branch and what changes it brings)?

Ответить
@noahthegreat190
@noahthegreat190 - 31.05.2023 04:27

thanks bro

Ответить
@nicky_rads9440
@nicky_rads9440 - 06.05.2023 00:31

nicely done, found this video very helpful preparing for a release.

Ответить
@user-by6lf1js6w
@user-by6lf1js6w - 22.04.2023 13:37

Thank you so much! 🙂

Ответить
@juanayabaca9529
@juanayabaca9529 - 19.04.2023 05:25

Excelent tutorial. Thank you so much

Ответить
@antonkrasov
@antonkrasov - 12.02.2023 17:49

How to release code with github - Click on "create release" link... Welcome!

Ответить
@benrogers5736
@benrogers5736 - 31.01.2023 13:07

Great explanation! Thanks.

Ответить
@AlphaSierra380
@AlphaSierra380 - 06.01.2023 17:31

Nice video.

Ответить
@kunjeshramani649
@kunjeshramani649 - 23.12.2022 22:01

Good Explanation!

Ответить
@maharun
@maharun - 03.12.2022 14:34

Thanks a lot.

Ответить
@adelhaiba
@adelhaiba - 24.11.2022 09:12

Thank you very much

Ответить
@roshanadhikari5326
@roshanadhikari5326 - 21.11.2022 08:24

Great content! Short, simple and to the point. Thanks so so much for this.

Ответить
@jysngify
@jysngify - 04.11.2022 19:30

wonderful explanation straight to action

Ответить
@supersakib62
@supersakib62 - 21.10.2022 08:56

Thanks. Clear cut explanation.

Ответить
@mr_phamtastic
@mr_phamtastic - 21.09.2022 17:58

Thanks for this great video tutorial!

Ответить
@Cloud-Radio
@Cloud-Radio - 12.09.2022 09:22

Wow !! you were so clear in explanation.

Ответить
@user-jv1wo5to9d
@user-jv1wo5to9d - 03.09.2022 13:38

how do i add a new release? I can only edit the old one.

Ответить
@LarsRyeJeppesen
@LarsRyeJeppesen - 25.08.2022 15:22

Only Apple products... of course..

Ответить
@DeepAmbientDrone
@DeepAmbientDrone - 19.08.2022 11:34

Is there a way to set permissions or visibility for assets? For instance, I want only to publish/release installation files and not the code of my software. Edit: I would like to add that I am using automatic releasing in vscode. The source code (zip) file seems to be automatically created by github in the assets based on the code in the main repository and cannot be removed from the assets. A possible solution for my problem would be to use 2 different repositories in github. One repository contains the code and is private and the public repository is where the releases are published. It is a bit messy if you then have an empty source code file in the assets, but at least the code is not published this way. I have not yet found another solution.

Ответить
@strangescott90
@strangescott90 - 05.08.2022 23:20

Pretty much a straight forward video information, not so many people know how to create these kind of good videos explaining stuff

Ответить
@surjithctly
@surjithctly - 18.07.2022 10:53

Imagine we released a software with version v1.0.0. Now we are working on our next major version v2.0.0 by commiting all new changes in the "main" branch.
Now one of our user discovered a bug in v1.0.0 and we have to release a bug fix with v1.0.1, but we already had commits for v2, so we can't use "main" for the patch release.
So how do we manage this situation? what's the best way to manage tags/release in this case?

Ответить
@markokraljevic1590
@markokraljevic1590 - 15.07.2022 11:14

nice explanation, thank you

Ответить
@ErickJeronimo
@ErickJeronimo - 14.07.2022 16:32

Great video, thanks

Ответить
@LowTechCoder
@LowTechCoder - 13.07.2022 16:37

awesome!!! Thanks a lot.

Ответить
@Hackenbaker
@Hackenbaker - 08.07.2022 20:22

Great explanation, Sir. Thanks.

Ответить
@mohammedabobaker8693
@mohammedabobaker8693 - 20.06.2022 12:57

When ever I deploy i need the version to change and that version number to be reflected in my web app service. I use ci/cd pipeline azure devops, i take my repos from github. I want you to help me how to do reflect the version number in azure webapp.

Ответить
@Jose_T131
@Jose_T131 - 09.06.2022 09:00

Useful content & good content 10/10

Ответить
@notme222
@notme222 - 03.06.2022 23:44

I appreciate your clear style of explanation. :)

What I'd like to do is have github handle the pushing of published updates to the production server. I think I get the gist that I could create an action to sync the git via sftp automatically after a publish. But frequently I also need to make a database change simultaneously, and making that happen automatically might just be more trouble than it's worth.

Ответить
@coderluffy6387
@coderluffy6387 - 28.05.2022 09:16

This is the best explanation.

Ответить
@FugalBaboon
@FugalBaboon - 20.05.2022 22:53

Learned a lot in 7 minutes, thanks!

Ответить
@chconnect
@chconnect - 09.05.2022 17:50

Well explained, Very helpfull, thanks

Ответить
@kareenmarie8586
@kareenmarie8586 - 05.05.2022 10:24

such a great video thanks

Ответить
@frroossst4267
@frroossst4267 - 30.04.2022 01:24

👍

Ответить
@zepz349
@zepz349 - 23.03.2022 06:50

How do i install the metamask 9.8.4?

Ответить
@elvistejeda8661
@elvistejeda8661 - 02.03.2022 15:37

Very helpful, thank you!

Ответить
@khumozin
@khumozin - 25.02.2022 12:38

Thank you

Ответить
@donniedorko3336
@donniedorko3336 - 22.11.2021 20:31

Perfect. Thank you

Ответить
@ralkey
@ralkey - 22.11.2021 16:33

i dont have access to releases on my own repo
as in it doesnt exist
what do i do now?

Ответить