Skip to content

Commit 054d3b1

Browse files
authored
Merge pull request scratchfoundation#5271 from kchadha/tag-hotfix-branches
Create git tags for hotfix branches.
2 parents 269ee1d + a27b27f commit 054d3b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ deploy:
5757
- master
5858
- develop
5959
- smoke
60+
- hotfix/*
6061
condition: $TRAVIS_EVENT_TYPE != cron
6162
skip_cleanup: true
6263
script: if npm info scratch-gui | grep -q $RELEASE_VERSION; then git tag $RELEASE_VERSION && git push https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git $RELEASE_VERSION; fi

0 commit comments

Comments
 (0)