Skip to content

Commit 34e4bf5

Browse files
committed
chore: add update-rss to the makefile
1 parent 4f87273 commit 34e4bf5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: make-release update-release release upload-release
1+
.PHONY: make-release update-release release upload-release update-rss
22

33
make-release:
44
./scripts/make-release.sh
@@ -10,6 +10,9 @@ rebuild-release:
1010
update-release:
1111
./scripts/update-release.sh
1212

13+
update-rss:
14+
./scripts/update-rss.sh
15+
1316
tag:
1417
./scripts/tag-release.sh
1518

0 commit comments

Comments
 (0)