Skip to content

Commit

Permalink
Add post for pagekey-semver
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengrice committed Aug 30, 2024
1 parent f7d9717 commit 6b25397
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/content/post/blog/2024/08/pagekey-semver.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "PageKey Semver: Simple automated versioning"
publishDate: 2024-08-30
image: http://i3.ytimg.com/vi/D86N9txOZBY/hqdefault.jpg
author: Steve Grice
tags:
- python
- devops
- cicd
---

Here's everything you could possibly want to know about my latest project, a homegrown Semantic Versioning automation tool!

Instead of spending 20 minutes to figure out how to use existing tools, I decided to spend two months writing my own, refining it, and documenting it to make it easy to use and maintain. :)

Hope this helps you in some way!

Source code: https://github.com/pagekey/semver

import BlogYoutubeVideo from '~/components/common/BlogYoutubeVideo.astro';

<BlogYoutubeVideo videoId="D86N9txOZBY" />

0 comments on commit 6b25397

Please sign in to comment.