Victor Berchet
53cf71430f
build(publish): shallow fetch to improve perfs (depth=1)
2016-09-01 16:53:51 -07:00
Victor Berchet
04d02b55d1
build(publish): replace version placeholders in .min.js files
2016-09-01 16:53:51 -07:00
Victor Berchet
24e046fd6a
ci(publish): fix multiples umd files ( #11179 )
2016-08-30 19:58:07 -07:00
Victor Berchet
b652a7fc9f
chore: remove obsolete files ( #10240 )
2016-07-22 16:18:31 -07:00
Jeff Cross
0ad1215a92
build(changelog): remove old changelog script and add gulp task
2016-06-23 17:35:57 -07:00
Misko Hevery
17f317d31e
fix: correct failing to push into builds repo on rerun
2016-06-14 21:28:37 -07:00
Alex Eagle
566b4ef481
ci(snapshots): publish tsc-wrapped snapshots
2016-06-13 18:30:38 -07:00
Igor Minar
b9347eb01c
build: remove dependency on tsd and use @types/* instead
2016-05-25 16:42:28 -07:00
Vikram Subramanian
bac1a6eab3
fix(build): Fix an error in package publishing step where the script errors when a UMD bundle is not found for compiler-cli package.
2016-05-12 16:49:03 -07:00
Vikram Subramanian
267d864976
fix(build): Fix broken e2e test Travis task by running the right variation of sed on Travis
2016-05-12 13:58:42 -07:00
Vikram Subramanian
d414734aac
fix(build): Change publish-build-artifacts.sh to work with new packaging system
2016-05-11 16:58:18 -07:00
Rado Kirov
c209836fd0
fix(changelog): fix changelog script.
...
One charecter missing from
140a878a3d
2016-04-26 16:12:59 -07:00
Rado Kirov
140a878a3d
chore(changelog): regenerate changelog for beta.16 including refactor
...
- the script explicitly takes input for the starting tag.
- the script only prepends changes.
2016-04-26 15:33:35 -07:00
Kara Erickson
291928feb1
chore(scripts): log out of npm
2016-03-30 16:20:21 -07:00
Brian Ford
5c330ea492
chore(publish): run router publish with additional memory
...
Closes #7408
2016-03-22 00:20:08 +00:00
Brian Ford
9820271243
chore(script): publish angular 1 router to latest tag in npm
2016-03-22 00:20:08 +00:00
Jeremy Elbourn
d61aaac400
chore(): remove all angular2_material code.
2016-03-16 13:37:37 -07:00
Igor Minar
75ae4a9159
ci(publish-build-artifacts.sh): skip all the work for builds other than upstream/master
...
Closes #7413
2016-03-05 19:54:22 +00:00
Igor Minar
37d18d0112
ci(travis): publish artifacts only from the upstream/master jobs
2016-03-05 19:54:22 +00:00
Alex Eagle
19cfb4eb12
fix(build): publish typings directory to our npm snapshot branch
2016-02-11 11:35:43 -08:00
Alex Eagle
16b521794c
fix(build): don't try to copy .d.ts files into the npm distro
...
Fixes #6921
2016-02-05 11:53:15 -08:00
Igor Minar
1e740581ee
build(npm_publish.sh): run gulp via node --max-old-space-size=1900 to workaround #5229
2015-12-09 19:51:10 -08:00
Julie Ralph
cc8f1f9552
feat(testing): package angular2_testing to prepare it for publishing
...
Closes #5682
2015-12-09 03:01:21 +00:00
vsavkin
47d0942f3f
fix(build): change npm publish script not to remove angular folder when building benchpress
2015-12-01 12:42:54 -08:00
Yegor Jbanov
3eced6e1a9
chore(publish): use pub/npm_prepare.sh script to prep published builds
...
Closes #5356
2015-11-18 19:02:51 +00:00
Yegor Jbanov
c53a63acca
chore(build): spin off pub_prepare.sh from pub_publish.sh
2015-11-18 19:02:51 +00:00
Yegor Jbanov
621fa490c7
chore(build): spin off npm_prepare.sh from npm_publish.sh
2015-11-18 19:02:51 +00:00
Yegor Jbanov
9691c045a7
chore(build): move publish-build-artifacts.sh to scripts/publish
2015-11-18 19:02:51 +00:00
Jeremy Elbourn
2618becaa5
chore(): npm release script for router artifacts.
...
Closes #5171
2015-11-09 20:45:55 +00:00
Pawel Kozlowski
c262bda1d3
chore(build): don't create unused folders for npm distribution
...
Related to 5f2eb3e
and 0931195
Closes #5098
2015-11-03 21:01:48 +00:00
Pawel Kozlowski
0931195695
chore(build): more clean up for legacy typings bundle creation
...
Related to 5f2eb3e078
Closes #5091
2015-11-03 14:56:13 +00:00
Alfonso Presa
35328015b8
chore(build): Avoid publishing dart files to NPM repo
...
closes #3469
Closes #3964
2015-10-29 04:05:55 +00:00
Jeff Cross
2ebc74ddcc
fix(npm_publish): update transitive typings provided in npm distribution
2015-10-02 18:06:12 -07:00
Rado Kirov
63141ab9ab
chore(tools): remove rtts from the repo.
...
Closes #4107
2015-09-10 21:10:36 +00:00
Misko Hevery
7ec4da40ce
chore(changelog): update change log to alpha 37
2015-09-10 10:18:17 -07:00
Igor Minar
94733069a4
build(publish): don't try to publish the http module into npm
...
we bundle it into the angular2 package and currently don't plan to make it a separate package
2015-08-19 10:11:27 -07:00
Igor Minar
cba388bb65
build(publish): uncomment "pub publish" section in pub_publish.sh
...
it seems that this got commented out by accident in the past
2015-08-19 10:10:31 -07:00
Jeff Cross
7b3cca20d2
feat(npm): publish bundles and their typings in npm distribution
...
The same bundles that are published to https://code.angularjs.org
are now included in a "bundles" folder inside the npm distribution.
Closes #3555
2015-08-12 22:05:41 +00:00
Jeff Cross
5a405011de
refactor(http): move http files to top-level module
...
Closes #2680
Closes #3417
2015-08-11 22:32:17 +00:00
Rado Kirov
8e960d4052
chore(changelog): update to new changelog package.
...
Regen-ed the CHANGELOG.md (for consistency). Seems like some old commits
are not present in new the CHANGELOG.md, but it doesn't seem worthy of
further investigation.
closes #3204 , #3172
2015-07-29 22:42:05 +00:00
Rado Kirov
21b988f554
chore(release): fix pub publish release script.
...
Relevant SO:
http://stackoverflow.com/questions/2953646/how-to-declare-and-use-boolean-variables-in-shell-script
tl;dr - bash does not really have booleans, 'true' and 'false' are just
strings.
2015-07-23 17:30:33 -07:00
Jeff Cross
621604dc66
fix(publish): add force flag for pub publish script
...
The pub publish process was not following through with publishing
packages because the -f flag was not be provided to pub publish,
causing the process to prompt for confirmation before publishing,
which was causing the pub_publish.sh script to skip publishing.
Closes #3077
2015-07-16 11:20:16 -07:00
Jeff Cross
d5edc748d2
chore(changelog): add support for to and from flags in changelog.js
...
This commit adds support for "--to=SHA" and "--from=SHA" when running
the script at scripts/publish/changelog.js to override defaults.
Fixes #2913
2015-07-08 15:19:30 -07:00
uber5001
c4e10ea9ac
chore(benchpress): add browserify bundling
...
Use browserify to bundle benchpress and its dependencies.
2015-06-29 10:29:59 -07:00
Rado Kirov
ee8da36d08
chore(pub): add angular2_material to pub
2015-06-18 16:33:28 -07:00
Rado Kirov
8923103c3b
fix(npm): update scripts and readme for npm packages.
...
Replaces AtScript with Typescript.
Closes #2377
2015-06-09 11:39:08 -07:00
yjbanov
7dc524ed58
chore(publishing): fix pubspec authors field
2015-05-12 15:06:00 -07:00
Yegor Jbanov
0f4a089c32
chore(packaging): switch to conventional changelog
2015-05-01 13:10:14 -07:00
Yegor Jbanov
414e58edb5
chore(publishing): put malformed commit messages to "other"; do not output empty sections
...
Closes #1557
2015-04-29 04:10:12 +00:00
Yegor Jbanov
3bb3bff1f2
chore(packaging): copy changelog.js from angularjs
2015-04-29 04:10:12 +00:00