We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @brendandburns
I want to tag the current code
git tag -a v0.2.0 -m "version 0.2.0"
and release it for kuberntes v1.22
What do you think about it ?
The text was updated successfully, but these errors were encountered:
Sounds great, let's do it!
and eventually let's make this a github action that is manually triggered, similar to https://github.com/kubernetes-client/java/blob/master/.github/workflows/release.yml
Sorry, something went wrong.
Release 0.2.0 https://github.com/kubernetes-client/c/releases/tag/v0.2.0
I will work for the github action later.
No branches or pull requests
Hi @brendandburns
I want to tag the current code
git tag -a v0.2.0 -m "version 0.2.0"
and release it for kuberntes v1.22
What do you think about it ?
The text was updated successfully, but these errors were encountered: