Skip to content

Commit

Permalink
updated recipe for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed May 18, 2023
1 parent 83dc571 commit d2e2f22
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build/release.boxr
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,5 @@
# Merge development into it for release
!git merge --no-ff development

# Tag the master repo with the version from box.json
!git tag v`box package show version`

# Push all branches back out to github
!git push origin --all

# Push all tags
!git push origin --tags

# Check development again
!git checkout -f development

# Bump to prepare for a new release, do minor, change if needed and don't tag
bump --minor --!tagVersion
!git commit -a -m "version bump"
!git push origin development

0 comments on commit d2e2f22

Please sign in to comment.