diff --git a/content/en/blog/github-swiss-knife-1/index.md b/content/en/blog/github-swiss-knife-1/index.md index c30b9a8b..fb5a801f 100644 --- a/content/en/blog/github-swiss-knife-1/index.md +++ b/content/en/blog/github-swiss-knife-1/index.md @@ -25,8 +25,9 @@ for building custom GitHub actions, I also explain how we have built custom solu This first part overviews GitHub Actions as a continuous integration platform. [The second part](/blog/2024/04/23/the-swiss-army-knife-for-the-agency-project-part-2-release-management-with-github/) -concentrates on release management and software distribution. Finally, in the last post, we introduce -other useful integrations and features we used during our journey. +concentrates on release management and software distribution. Finally, in +[the last post](/blog/2024/04/24/the-swiss-army-knife-for-the-agency-project-part-3-other-github-tools/), +we introduce other useful integrations and features we used during our journey. ## CI Vets the Pull Requests @@ -218,7 +219,7 @@ Each integration needs a GitHub application that gives the third-party tool acce to your organization's resources. The organization must review the required permissions and install the application before GitHub allows the integration to work. One can also build GitHub applications for custom purposes. -[Read more](http://localhost:1313/blog/2024/03/27/managing-github-branch-protections/) +[Read more](/blog/2024/03/27/managing-github-branch-protections/) about how a GitHub application can be helpful when automating release versioning. ## Next Up: Release Management diff --git a/content/en/blog/github-swiss-knife-2/index.md b/content/en/blog/github-swiss-knife-2/index.md index 3c55eea3..6fa0b235 100644 --- a/content/en/blog/github-swiss-knife-2/index.md +++ b/content/en/blog/github-swiss-knife-2/index.md @@ -182,5 +182,6 @@ and easily keep track of the changes. ## Summary This post summarized how our open-source project uses different GitHub features for versioning, -release management, and artifact distribution. In our last article, we will review various +release management, and artifact distribution. In our [last article](/blog/2024/04/24/the-swiss-army-knife-for-the-agency-project-part-3-other-github-tools/), +we will review various other GitHub tools we have utilized. diff --git a/content/en/blog/github-swiss-knife-3/index.md b/content/en/blog/github-swiss-knife-3/index.md index 0c72e210..3ae659ce 100644 --- a/content/en/blog/github-swiss-knife-3/index.md +++ b/content/en/blog/github-swiss-knife-3/index.md @@ -1,8 +1,8 @@ --- date: 2024-04-24 -title: "The Swiss Army Knife for the Agency Project, Part 3: Other Tools" +title: "The Swiss Army Knife for the Agency Project, Part 3: Other GitHub Tools" linkTitle: "Other GitHub Tools" -description: "" +description: "This article concludes the series by providing an overview of how our open-source project utilizes GitHub as a software development platform. In this last part, we will examine documentation and communication tools, as well as some utilities that help the development process." author: Laura Vuorenoja resources: - src: "**.{png,jpg}" @@ -107,3 +107,13 @@ This article completes our three-part saga of using GitHub in our agency project I hope you have learned something from what you have read so far. I am always happy to discuss our approach and hear if you have ideas and experiences on how your team handles things! + +