client/

directory
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: Apache-2.0

README

Pushing client binaries

  1. Prepare and push changes to main
  2. Check releases or tags
  3. run git tag -a v1.0.0 -m "Release v1.0.0: Initial release of client binaries"
  4. Push to tag git push origin v1.0.0 -- the gh action should deploy it
# Delete the local tag
git tag -d v1.0.0

# Delete the remote tag
git push origin :refs/tags/v1.0.0

# Recreate the tag with the changes
git tag -a v1.0.0 -m "Release v1.0.0: Updated with CGO fix"

# Push the new tag
git push origin v1.0.0

Directories

Path Synopsis
e2ee
ui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL