Skip to content

Commit

Permalink
Move release notes scripts to scripts/release/ (#6483)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
yurishkuro authored Jan 5, 2025
1 parent bd7e3da commit e7ed1e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@ run-all-in-one: build-ui

.PHONY: changelog
changelog:
./scripts/release-notes.py --exclude-dependabot --verbose
./scripts/release/notes.py --exclude-dependabot --verbose

.PHONY: draft-release
draft-release:
./scripts/draft-release.py
./scripts/release/draft.py

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

0 comments on commit e7ed1e1

Please sign in to comment.