Commit graph

17 commits

Author SHA1 Message Date
Renée Kooi
b501b7fce2
Let lerna ask for OTP 2019-10-14 16:37:13 +02:00
Renée Kooi
42bb2c754f
Add LOCAL=1 env var for npm run release 2019-05-29 10:20:17 +02:00
Renée Kooi
61329656f2
build: add final manual intervention just before releasing 2019-05-08 15:23:05 +02:00
Kevin van Zonneveld
5f4f1cf17e
Refactor npm scripts, clean up unused ones (#1392)
Co-Authored-By: Artur Paikin <artur@arturpaikin.com>
2019-03-29 14:55:23 +01:00
Kevin van Zonneveld
f379e4edfc Update bin/release 2019-02-22 19:46:06 +01:00
Renée Kooi
c9e1c4d1ed
Only rebuild changed files with npm run build:lib
This makes it faster in most cases, so we have to wait less.

The FRESH=1 environment variable forces recompiling all source files,
and is used in the release script to be doubly sure that everything
we publish is up to date.

```bash
FRESH=1 npm run build:lib
```
2019-01-14 14:25:17 +01:00
Artur Paikin
094e497741 tfa property might be a boolean, add ? for optional
https://stedolan.github.io/jq/manual/#OptionalObjectIdentifier-Index:.foo? “Optional Object Identifier-Index”

//cc @goto-bus-stop
2018-11-29 23:42:10 +03:00
Renée Kooi
4bff04bfd9
Fix very bad crash when jq is not available 2018-10-31 17:16:21 +01:00
Renée Kooi
246b7a5169
Enable registry check. 2018-10-29 13:52:24 +01:00
Renée Kooi
fb3d48a197
Enable publishing and pushing For Real 2018-10-29 13:51:39 +01:00
Renée Kooi
3dd7e8cbe5
Wip 2018-10-29 13:48:11 +01:00
Renée Kooi
465468a1d4
wip lerna 2018-10-29 13:25:57 +01:00
Renée Kooi
8bbc5c4bb6
Warn about 2FA 2018-09-10 11:27:26 +02:00
Renée Kooi
26f11dd695
Add more checks to release script
- Check that the registry is configured correctly.
- Check that we are signed in.

These are both things that may fail if the local verdaccio registry was
recently used.
2018-09-10 11:21:57 +02:00
Renée Kooi
d1523ddcb5 build: Update readme contributors list before publish (#1023)
Auto update on every release so we don't have to remember to do it
manually. Update it _before_ doing the release so that the Uppy readme on npm is always up to date.
2018-08-27 14:37:30 +02:00
Renée Kooi
63b6417e12
Add release process reminder to npm run release. 2018-08-23 10:39:54 +02:00
Renée Kooi
8dd80b3cb9
Update release script. 2018-06-21 16:00:20 +02:00