Clean Releases and Changelogs with Github Actions
Elevate your workflow with π automation! Bid farewell to tangled releases and unclear changelogs. βοΈ Unveil a GitHub Action that harmonizes pristine tagged releases and concise changelogs in one go. π Keep projects orderly, pleasing devs and users alike. π Automation takes the reins, leaving you free to excel in coding. Discover the ease of seamless releases and polished changelogs, all through a single GitHub Action. π
Centralizing Git Submodules with GitHub Actions and Octokit
Git Submodules are a powerful way to manage dependencies in your projects. π¦ (However, they can be difficult to manage manually π) GitHub Actions and Octokit can help to streamline the management of Git Submodules. β‘οΈ By using GitHub Actions and Octokit, you can create a workflow that automatically updates your submodules whenever you push to your repository. This tutorial will show you how to centralize Git Submodules with GitHub Actions and Octokit. π click on the article β‘οΈ
Mono & Msa : Front 6. Git Submodules
We've been talking about promoting loose-system design throughout every article. Each in a completely different way! π₯ Would you happen to have a favorite so far ? πIs it monorepos due to their ability to automate the same tasks on all of your application packages. Is it microservices strong decoupling structure? Could it be micro front-ends with its ability to separate each of your applications builds and still provide a communication mechanism so they can work together? π To complete the front end section of our series, let's talk about the 1οΈβ£ last concept that ties in the front-end with the backend of our project. Itβs non other than a hidden π inside our favorite version-control tool. π«£ Welcome to the article on ~ Git Submodules ! The Git submodules technology was created to help developers embed multiple repositories in your parent repository.Promoting technical advantages to decouple your system with version control so you can split your monorepo packages into their very own repositories. π¦ You guessed it! π₯Ή This means each of the applets in your project will have their very own pipelines π Letβs take a look at git submodules in the link below! π
Multiple SSH Key Account Management
As we often have to work on multiple projects, from personal to work related, we may not want to use the same profiles. We may also wish to port our previous configurations to a new device with ease. My new article will guide you through the creation of SSH KEYS and how to manage multiple accounts with them. Interesting, right? Letβs get started ! click on the article β‘οΈ