chore: add release pipeline
Some checks failed
Publish to NPM / Build and Publish to NPM (push) Failing after 10s

This commit is contained in:
Raul Lugo
2024-12-26 16:05:40 +01:00
parent 9086184d00
commit a934c4e626
3 changed files with 51 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ await build({
},
package: {
name: "caballo-client",
version: "1.0.1",
version: "<RELEASE_VERSION_PLACEHOLDER>",
description: "A Deno project targeting Node.js 18+ with ESM support",
license: "MIT",
author: "Raul Lugo",