Skip to content

Commit

Permalink
Add release task.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Oct 22, 2024
1 parent 99d1dcf commit 512682d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@ topo-countries:
python scripts/topo_countries.py


topo: clean topo-world topo-countries
topo: clean topo-world topo-countries


# Call example: make release version=4.0.0
release:
git tag -a $(version) -m 'Create version $(version)'
git push --tags
npm publish

0 comments on commit 512682d

Please sign in to comment.