jurassiscripts / velociraptor

The npm-style script runner for Deno

Home Page:https://velociraptor.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI improvement

ulthuan opened this issue · comments

Improvement workflows and dependencies between them for with the help of conventional commits do automatically:

  • Release Notes
  • Modify the version inside the code (src/version.ts)
  • Generate the new version using conventional commits
  • Validate code with Deno commands:
    • fmt
    • lint