Below you will find pages that utilize the taxonomy term “GitHub”
Continuous Delivery for Godot on Itch.io
Intro
A software delivery process usually consists on a sequence of tasks that, while varying depending on the type of software, may include compiling an optimized release version and/or a packaged version of the application, server configuration, deploying binaries to that server, and several others.
And it doesn’t have to be any different for games. In this article I will show the solution I currently use to setup a continuous integration and delivery pipeline for Godot games using Github Actions for deploying directly to itch.io.
Playing With Github Profile
Some months ago Github released a new feature for allowing their users to customize the profile page, adding more details than it’s allowed into the ‘bio’ field.
In order to do this, one needs to create a repository with its username and add a README.md file to it. With this, this file contant is shown into your Github profile page, right above your popular repositories list, like in the image below: