Skip to content

Commit

Permalink
Merge pull request #8056 from olad5/replace-unused-release-file
Browse files Browse the repository at this point in the history
Replace patch-release.go with release.go
  • Loading branch information
openshift-merge-bot[bot] committed Apr 25, 2024
2 parents 81a3b4e + 0c284be commit 0650d0e
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 266 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/patch-release.yml
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ${{ env.GO_VERSION }}
- run: make patch-release
- run: make release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4 changes: 0 additions & 4 deletions Makefile
Expand Up @@ -199,9 +199,6 @@ crio.conf: bin/crio
release:
${GO_RUN} ./scripts/release

patch-release:
${GO_RUN} ./scripts/patch-release

release-notes: ${RELEASE_NOTES}
${GO_RUN} ./scripts/release-notes \
--output-path ${BUILD_PATH}/release-notes
Expand Down Expand Up @@ -552,6 +549,5 @@ metrics-exporter: bin/metrics-exporter
bin/metrics-exporter \
metrics-exporter \
release \
patch-release \
check-log-lines \
verify-dependencies
211 changes: 0 additions & 211 deletions scripts/patch-release/patch-release.go

This file was deleted.

0 comments on commit 0650d0e

Please sign in to comment.