Skip to content

Commit

Permalink
chore: makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
K9i-0 committed Jun 1, 2024
1 parent 25795e0 commit 7096ca4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tagpr
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
releaseBranch = main
versionFile = -
vPrefix = false
command = "make prerelease_for_tagpr"
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
prerelease_for_tagpr:
@echo "Current version: $(TAGPR_CURRENT_VERSION)"
@echo "Next version: $(TAGPR_NEXT_VERSION)"
sed -i '' "s/version: $(TAGPR_CURRENT_VERSION)/version: $(TAGPR_NEXT_VERSION)/" pubspec.yaml
git add pubspec.yaml

0 comments on commit 7096ca4

Please sign in to comment.