Skip to content

Commit

Permalink
1.5.03.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Oct 28, 2024
1 parent 5543445 commit ff56ed0
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 80 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ build-and-publish:
@echo -e "Retrieved Version: ${VERSION}\n\n Hit enter if you have\n 1. Incremented the version\n 2. Updated the release notes\n\n Otherwise cancel target now."
@read

@echo "Lint"
@$(MAKE) lint
# @echo "Check"
# @$(MAKE) check

@$(MAKE) clean
@$(MAKE) baseline-profile

@echo "Pushing latest changes";git add .;git commit -m "${VERSION}";git push
Expand All @@ -64,8 +65,8 @@ build-and-publish:
@$(MAKE) build-apk
@$(MAKE) create-gh-release

@$(MAKE) build-aab
@$(MAKE) publish-bundle
# @$(MAKE) build-aab
# @$(MAKE) publish-bundle

publish-bundle:
@echo "Publish Bundle"
Expand Down
Loading

0 comments on commit ff56ed0

Please sign in to comment.