Skip to content

Tags: Gustavolmo/tzap

Tags

v0.9.2

Toggle v0.9.2's commit message
fix(cmd): remove unnecessary error print in preRun function

In the preRun function of the cmd/root.go file, the code prints an unnecessary error when no .tzapinclude file is found. This error message is misleading and can be removed.

v0.9.1

Toggle v0.9.1's commit message
chore: update version to v0.9.1 in Makefile and package.json

The version in Makefile and package.json files has been updated from v0.9.0 to v0.9.1. This is a chore task and does not introduce any feature or bug fix.

v0.9.0

Toggle v0.9.0's commit message
feat(tzapconnect): remove stub connector

BREAKING CHANGE: The stub connector has been removed from the tzapconnect package. It was no longer needed and caused unnecessary complexity in the codebase.

v0.8.9

Toggle v0.8.9's commit message
feat(cli): update version in Makefile and package.json

v0.8.8

Toggle v0.8.8's commit message
build: Update Makefile to use CGO_ENABLED=0 for all builds

Previous builds used CGO_ENABLED=0 only for some builds, but not all. This has been updated to use CGO_ENABLED=0 for all builds to ensure consistent build outputs across platforms.

v0.8.7

Toggle v0.8.7's commit message
build: simplify GitHub workflows for building and releasing

v0.8.6

Toggle v0.8.6's commit message
docs: update tzap CLI prompt command in README

Updated the `tzap embeddingprompt` command to `tzap prompt` command and made some minor changes to the command options description to make it clearer. Also updated the example command to showcase the changes.

v0.8.5

Toggle v0.8.5's commit message
feat: Update version number v0.8.5

v0.8.4

Toggle v0.8.4's commit message
chore: update version to v0.8.4

Update the version in Makefile and package.json to v0.8.4

v0.8.3

Toggle v0.8.3's commit message
feat(cli): add stdinworkflow to ghrelease command

This commit adds the `stdinworkflow` package to the `ghrelease` command in the CLI tool, allowing users to handle and proceed with prompts via standard input. This improves the user experience and makes it easier to automate tasks that involve the `ghrelease` command.