Skip to content

Commit

Permalink
Add links to part 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo committed Apr 24, 2024
1 parent d69a7bb commit 22be095
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
7 changes: 4 additions & 3 deletions content/en/blog/github-swiss-knife-1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion content/en/blog/github-swiss-knife-2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
14 changes: 12 additions & 2 deletions content/en/blog/github-swiss-knife-3/index.md
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down Expand Up @@ -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!

<div style="display: flex">
<span>
<img src="https://avatars.githubusercontent.com/u/29113682?v=4%22" width="100"/>
<div>Laura</div>
<div><a href="https://github.com/lauravuo/" target="_blank" rel="noopener noreferer"><i class="fab fa-github ml-2 "></i></a>
<a href="https://www.linkedin.com/in/lauravuorenoja/" target="_blank" rel="noopener noreferer"><i class="fab fa-linkedin ml-2 "></i></a>
<a href="https://fosstodon.org/@lauravuo" target="_blank" rel="noopener noreferer"><i class="fab fa-mastodon ml-2 "></i></a>
<a href="https://twitter.com/vuorenoja" target="_blank" rel="noopener noreferer"><i class="fab fa-twitter ml-2 "></i></a></div>
</span></div><br><br>

0 comments on commit 22be095

Please sign in to comment.