2022-11-28
|~1 min read
|183 words
When I was writing a Github action to automatically bump the version of the package on merge, my first attempt had a job that would try to…
2022-11-28
|~3 min read
|529 words
I spent a few hours this weekend writing a Github action to accomplish a different way of managing the versions of my library. I think the…
2022-11-28
|~2 min read
|321 words
Github actions are a convenient way to embed automation directly into your project’s repository. I was working on automating a version bump…
2022-11-28
|~3 min read
|408 words
I previously wrote about using Netlify Build Hooks in the context of fixing my daily embargo problem for this site. I found myself…
2022-11-28
|~5 min read
|946 words
Update: I’ve written a simplified version of this article that focuses more specifically on the mechanics of using netlify webhooks with…
2022-11-28
|~1 min read
|14 words
A cool example of using github actions to solve a private submodule problem https://ehlers.berlin/blog/private-submodules-in-github-ci/