kubernetes-sigs / release-sdk

Interfaces and implementations for building Kubernetes releases.
Apache License 2.0
16 stars 29 forks source link

git: add API to retrieve `NextCommit` #354

Closed saschagrunert closed 4 months ago

saschagrunert commented 4 months ago

What type of PR is this?

/kind feature

What this PR does / why we need it:

This will be helpful for the release notes tool to skip the --start-rev commit, which usually points to a previous tag.

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

None

Does this PR introduce a user-facing change?

git: added API to retrieve `NextCommit`
saschagrunert commented 4 months ago

@kubernetes-sigs/release-engineering PTAL

k8s-ci-robot commented 4 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: saschagrunert, xmudrii

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: - ~~[OWNERS](https://github.com/kubernetes-sigs/release-sdk/blob/main/OWNERS)~~ [saschagrunert,xmudrii] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment