Oct
26
2017

Continuous Integration with Node, Semaphore, and Semantic-Release

When I sit down to code I never like thinking of the logistics of how the code will be released, how I’ll name my branches, what version the change being developed will become, and so on. After having played around with Jenkins a bit at work for continuous deployment, I decided it was time to sit down with my current personal project, action-runner, and automate as much of this as possible.

Read More