Skip to content

Add release action#37

Open
arthurbdiniz wants to merge 1 commit into
jrhouston:mainfrom
arthurbdiniz:feature/release-action
Open

Add release action#37
arthurbdiniz wants to merge 1 commit into
jrhouston:mainfrom
arthurbdiniz:feature/release-action

Conversation

@arthurbdiniz

Copy link
Copy Markdown

Helps #5

This PR adds an action to build the binaries and create a release just by creating a tag.

How to create a release

git tag <new-tag>
git push origin  <new-tag>

Release output

image

Then the users can:

  1. Download the latest release’s tarball for your client platform.
  2. Extract the tarball:
tar -xvf <RELEASE-TARBALL-NAME>.tar.gz
  1. Move the extracted tfk8s binary to somewhere in your $PATH (/usr/local/bin for most users).

Signed-off-by: Arthur Diniz <arthurbdiniz@gmail.com>
@Rishang

Rishang commented Nov 14, 2022

Copy link
Copy Markdown

Thanks for the PR i just recently raised issue for this #53 @jrhouston this would be helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants