We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30f319 commit 6d64284Copy full SHA for 6d64284
build/release.boxr
@@ -7,19 +7,8 @@
7
# Merge development into it for release
8
!git merge --no-ff development
9
10
-# Tag the master repo with the version from box.json
11
-!git tag v`box package show version`
12
-
13
# Push all branches back out to github
14
!git push origin --all
15
16
-# Push all tags
17
-!git push origin --tags
18
19
# Check development again
20
!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