kubebuilder-release-tools
kubebuilder-release-tools copied to clipboard
notes module is missing v0.2.0 tag
I'd like to be able to go get/go install sigs.k8s.io/kubebuilder-release-tools/[email protected], but it fails:
go: sigs.k8s.io/kubebuilder-release-tools/[email protected]: module sigs.k8s.io/[email protected] found, but does not contain package sigs.k8s.io/kubebuilder-release-tools/notes
Because notes has its own go.mod, it requires its own git tag in addition to the tag for the main module. Could you please create a git tag called notes/v0.2.0? Thanks!!!
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle stale - Mark this issue or PR as rotten with
/lifecycle rotten - Close this issue or PR with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
@nikhita would you be able to assist here?
@nikhita would you be able to assist here?
I can, but we typically let the repo admins cut tags.
@vincepri you are an admin for this repo. Can you help create a a git tag called notes/v0.2.0?