-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7d9717
commit 6b25397
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" /> |