Skip to main content

cangulo.changelog

ยท One min read
Carlos Angulo Mascarell
Senior Platform Engineer
๐Ÿšง๐Ÿ›‘ Project discontinued

Problem I want to solveโ€‹

I have the solution cangulo.nuke.releasecreator to handle releases in my GH repos. However, this doesn't document the changes, for that, I need a solution that updates the Changelog and create release notes, all, having as input the commit messages of the last PR merged.

cangulo.nuke.prcommitsvalidations

ยท 3 min read
Carlos Angulo Mascarell
Senior Platform Engineer
๐Ÿšง๐Ÿ›‘ Project discontinued

Problem I want to solveโ€‹

I want to make sure all the commits in a PR follow custom conventions based on the Conventional Commits specification. The conventions should be per repository. Let's consider fix, _minor _and major as a reference.

On the other hand, as I have been playing with NUKE lately, I want to create a solution based on it.

cangulo.nuke.releasecreator

ยท 3 min read
Carlos Angulo Mascarell
Senior Platform Engineer
๐Ÿšง๐Ÿ›‘ Project discontinued

Problem I want to solveโ€‹

Every time I want to release a new version in my C# projects, I have to do it manually or define a custom GH action for every repo. I would like to have a general solution that makes this automatically every time I merge a PR. Also, as I have been playing with NUKE lately, I want to include it in the solution.