Skip to content

Commit

Permalink
Merge pull request cri-o#8273 from saschagrunert/release-notes-skip-f…
Browse files Browse the repository at this point in the history
…irst-commit

release-notes: Skip first commit
  • Loading branch information
openshift-merge-bot[bot] committed Jun 18, 2024
2 parents 1ba7ce5 + e543c4d commit e34116d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GOSEC_VERSION := 2.19.0
RELEASE_NOTES := ${BUILD_BIN_PATH}/release-notes
ZEITGEIST := ${BUILD_BIN_PATH}/zeitgeist
ZEITGEIST_VERSION := v0.4.4
RELEASE_NOTES_VERSION := v0.16.8
RELEASE_NOTES_VERSION := v0.17.0
SHFMT := ${BUILD_BIN_PATH}/shfmt
SHFMT_VERSION := v3.7.0
SHELLCHECK := ${BUILD_BIN_PATH}/shellcheck
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies:
match: NIX_VERSION

- name: release-notes
version: 0.16.8
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 @@ -235,6 +235,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 e34116d

Please sign in to comment.