Skip to content

Commit d6d7fe4

Browse files
committed
chore(release): don't update phonecat and seed during a release
This is no more needed as phonecat and seed are using bower now to get the angular version.
1 parent 47ba601 commit d6d7fe4

File tree

3 files changed

+1
-101
lines changed

3 files changed

+1
-101
lines changed

scripts/angular-phonecat/publish.sh

-54
This file was deleted.

scripts/angular-seed/publish.sh

-44
This file was deleted.

scripts/jenkins/release.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,10 @@ function phase {
5656

5757
../code.angularjs.org/publish.sh $ACTION_ARG $VERBOSE_ARG
5858
../bower/publish.sh $ACTION_ARG $VERBOSE_ARG
59-
../angular-seed/publish.sh $ACTION_ARG $VERBOSE_ARG --no-test=true
60-
../angular-phonecat/publish.sh $ACTION_ARG $VERBOSE_ARG --no-test=true
6159
}
6260

6361
function run {
64-
# First prepare all scripts (build, test, commit, tag, ...),
62+
# First prepare all scripts (build, commit, tag, ...),
6563
# so we are sure everything is all right
6664
phase prepare
6765
# only then publish to github

0 commit comments

Comments
 (0)