Skip to content

Commit e7ed1e1

Browse files
authored
Move release notes scripts to scripts/release/ (#6483)
## Which problem is this PR solving? - Part of #6429 ## Description of the changes - Move release notes scripts to scripts/release/ - Update Makefile to point to new locations Signed-off-by: Yuri Shkuro <[email protected]>
1 parent bd7e3da commit e7ed1e1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,11 @@ run-all-in-one: build-ui
195195

196196
.PHONY: changelog
197197
changelog:
198-
./scripts/release-notes.py --exclude-dependabot --verbose
198+
./scripts/release/notes.py --exclude-dependabot --verbose
199199

200200
.PHONY: draft-release
201201
draft-release:
202-
./scripts/draft-release.py
202+
./scripts/release/draft.py
203203

204204
.PHONY: test-ci
205205
test-ci: GOTEST := $(GOTEST_QUIET)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)