Skip to content

Commit

Permalink
Merge pull request #879 from alephdata/update-release-steps
Browse files Browse the repository at this point in the history
Add missing release step: make build
  • Loading branch information
stchris authored Nov 3, 2022
2 parents b5e0726 + 8ab8b31 commit 38bcfc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ release: clean dist
docker:
docker build -t alephdata/followthemoney .

build: namespace default-model translate docker
build: namespace default-model translate

namespace:
python followthemoney/ontology.py docs/ns
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ this end, here's the steps for making a release:

```bash
git pull --rebase
make build
make test
git add . && git commit -m "Updating translation files"
bumpversion patch
git push --atomic origin master $(git describe --tags --abbrev=0)
```
Expand Down

0 comments on commit 38bcfc7

Please sign in to comment.