-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
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
Tag releases via PR #819
Tag releases via PR #819
Conversation
I'm a little bit confused. Maybe It is easier if we push new tag to github? |
That is dependent on someone having admin permissions on the repo. |
.github/workflows/tag-release.yml
Outdated
|
||
jobs: | ||
tag: | ||
if: ${{ github.repository == 'kubernetes/cloud-provider-aws' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why cloud-provider-aws?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, fixed. thanks!
hack/tag-release.sh
Outdated
fi | ||
|
||
git tag -a -m "Release ${VERSION}" "v${VERSION}" | ||
git push origin "v${VERSION}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest add v to version.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
version.txt
Outdated
@@ -0,0 +1 @@ | |||
0.8.15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest add v to version.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
06ca4e7
to
aec1c74
Compare
@vteratipally @mmiranda96 Any thoughts about this PR? |
/cc @Random-Liu |
@vteratipally @Random-Liu Could you take one more look at this? Would help with releases going forward. |
Does the k8s org have a code of conduct for maintainers? What is the process for handling abdicated repositories? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman, vteratipally The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
After merging a PR that modifies version.txt, a tag will be created.
Similar to:
/cc @vteratipally
/assign @vteratipally