Skip to content

Commit

Permalink
release-notes: Skip first commit
Browse files Browse the repository at this point in the history
Skip the first commit to avoid issues like: cri-o#8249

Manual cherry-pick of: e543c4d

Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Jun 18, 2024
1 parent ceaac6e commit 039ee83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ GO_MOD_OUTDATED := ${BUILD_BIN_PATH}/go-mod-outdated
GO_MOD_OUTDATED_VERSION := 0.9.0
RELEASE_NOTES := ${BUILD_BIN_PATH}/release-notes
ZEITGEIST := ${BUILD_BIN_PATH}/zeitgeist
RELEASE_NOTES_VERSION := v0.15.1
RELEASE_NOTES_VERSION := v0.17.0
ZEITGEIST_VERSION := v0.4.1
BOM := ${BUILD_BIN_PATH}/bom
BOM_VERSION := v0.5.1
Expand Down Expand Up @@ -287,7 +287,7 @@ define curl_to
endef

$(RELEASE_NOTES): $(BUILD_BIN_PATH)
$(call curl_to,https://github.com/kubernetes/release/releases/download/$(RELEASE_NOTES_VERSION)/release-notes-linux-amd64,$(RELEASE_NOTES))
$(call curl_to,https://storage.googleapis.com/k8s-artifacts-sig-release/kubernetes/release/$(RELEASE_NOTES_VERSION)/release-notes-amd64-linux,$(RELEASE_NOTES))

$(SHFMT): $(BUILD_BIN_PATH)
$(call curl_to,https://github.com/mvdan/sh/releases/download/$(SHFMT_VERSION)/shfmt_$(SHFMT_VERSION)_linux_amd64,$(SHFMT))
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies:
match: BOM_VERSION

- name: release-notes
version: 0.15.1
version: 0.17.0
refPaths:
- path: Makefile
match: RELEASE_NOTES_VERSION
Expand Down
1 change: 1 addition & 0 deletions scripts/release-notes/release_notes.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ To verify the bill of materials (SBOM) in [SPDX](https://spdx.org) format using
"--repo-path=/tmp/cri-o-repo",
"--required-author=",
"--start-rev="+startTag,
"--skip-first-commit",
"--end-sha="+head,
"--output="+outputFilePath,
"--toc",
Expand Down

0 comments on commit 039ee83

Please sign in to comment.