Skip to content

Commit

Permalink
fix: regenerate build packages + commit in bump
Browse files Browse the repository at this point in the history
  • Loading branch information
idevat committed Nov 12, 2024
1 parent e5eec11 commit 4f12645
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ fmt:
.PHONY: bump-version
bump-version:
@node .bin/bump-version.js $(version)
@packages/app/.bin/package-build/generate.sh packages/app
@git commit -a -m "bump new version ($(version))"
@git tag -a -m "$(version) release" $(version) HEAD

dist-hook:
Expand Down

0 comments on commit 4f12645

Please sign in to comment.