zimicjs / zimic

TypeScript-first HTTP request mocking
https://npmjs.com/package/zimic
MIT License
9 stars 2 forks source link

Migrate `@zimic/release` scripts to GitHub Action workflows #437

Open diego-aquino opened 3 days ago

diego-aquino commented 3 days ago

We currently have an internal package, @zimic/release, to bump versions and create release tags. However, similar version bumping functionality is natively available in the npm version CLI (learn more).

I believe we could remove the package @zimic/release and create a simpler GitHub Actions workflow to bump versions, where we could input the upgrade type and pre-release tag when triggering the action.

image