Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 1c16e67

Browse files
committed
Release 0.7.2
1 parent dc2f582 commit 1c16e67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PYTEST_BASE_URL ?= http://localhost:8866
1818
first: help
1919

2020

21-
all: download-assets npm-build build-python ## Build everything
21+
all: npm-build build-python ## Build everything
2222

2323

2424
# ------------------------------------------------------------------------------

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git tag ${VERSION}.a0
1111

1212
# Optional reset
1313
make cleanall
14-
make npm-install
14+
make download-assets npm-install
1515

1616
# Build
1717
make all
@@ -42,7 +42,7 @@ export VERSION=1.0.0
4242

4343
# Optional reset
4444
make cleanall
45-
make npm-install
45+
make download-assets npm-install
4646

4747
git commit -am "Release ${VERSION}" --allow-empty
4848
git tag ${VERSION}

0 commit comments

Comments
 (0)