GameDev Featured Automate Building and Publishing a Game on itch.io Automated builds are a great way to produce consistent results, and to make a developer's life easier. In this post, I show how to use GitHub Actions to first create a release for a game, and then push that release to itch.io.
GitHub Hacktoberfest '21 Hacktoberfest is an annual event that celebrates open source, and I will be working on my video game for programmers this month.
GitHub Featured Fully Automated Dependency Upgrades with Dependabot and GitHub Actions Dependabot is an app for GitHub that automates dependency upgrades through pull requests. When maintaining many or large projects, manually merging these pull requests can take quite some time. Luckily, the process can be fully automated with the help of one or two GitHub Actions.