Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI and Semantic Release

Everduin94 opened this issue · comments

Currently, better-commits process for deploying looks like this:

  • manually bump version number in package.json
  • manually build via npm run build
  • manually publish via npm publish

Utilizing Github Actions + Semantic Release, we could automate this process. Which would make accepting other user's PRs simpler.

This would be a good first time issue / help wanted -- as I won't be able to get to this for a while

This is probably something I could look into, but it won't be for a few weeks. If the issue is still on here then, I'll take it up.

I'll take this one. Should have something actionable in a few days