Skip to content

Commit 6d64284

Browse files
committed
update to make local fast releases
1 parent c30f319 commit 6d64284

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build/release.boxr

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,8 @@
77
# Merge development into it for release
88
!git merge --no-ff development
99

10-
# Tag the master repo with the version from box.json
11-
!git tag v`box package show version`
12-
1310
# Push all branches back out to github
1411
!git push origin --all
1512

16-
# Push all tags
17-
!git push origin --tags
18-
1913
# Check development again
2014
!git checkout -f development
21-
22-
# Bump to prepare for a new release, do minor, change if needed and don't tag
23-
bump --minor --!tagVersion
24-
!git commit -a -m "version bump"
25-
!git push origin development

0 commit comments

Comments
 (0)