Skip to content

Commit

Permalink
repo: remove duplicate copy of RELEASENOTES.md from release files
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed May 22, 2024
1 parent 72f79cb commit e2456f9
Showing 1 changed file 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 @@ -45,10 +45,10 @@ ARCHIVE_FLAGS = \
--force-submodules --prefix=greatfet-$(VERSION)/

#
# If we have a release version, also include the version and release-notes files.
# If we have a release version, also include the version file.
#
ifdef RELEASE_VERSION
ARCHIVE_FLAGS += --extra=VERSION --extra=RELEASENOTES.md
ARCHIVE_FLAGS += --extra=VERSION
endif


Expand Down

0 comments on commit e2456f9

Please sign in to comment.