Skip to content
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

ci: help release-please use the right latest release #481

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
release-type: go
package-name: csi-driver

# Manually set the last commit sha for the first release using release-please.
# The previous release pipeline created a new commit outside the `main` branch,
# so release-please has issues associated the newer releases and compares against
# 1.6.0 instead of 2.3.2. This commit is for the 2.3.2 tag.
# TODO: Remove after the first release with release-please.
last-release-sha: dfe6183f4d0fddeefdff8069b1c09eeb38113b33

extra-files: |
driver/driver.go

Expand Down
Loading