Balázs Orbán
|
d9534d807d
|
chore: tweak release script
|
2022-07-13 13:59:45 +02:00 |
|
Balázs Orbán
|
f4c7401a5d
|
chore: fix release script text
|
2022-07-13 13:09:08 +02:00 |
|
Balázs Orbán
|
637dda9966
|
chore: tweak release script
|
2022-07-08 19:55:08 +02:00 |
|
Balázs Orbán
|
89e25568b1
|
chore: accept --dry-run flag in release script
|
2022-07-08 19:31:04 +02:00 |
|
Balázs Orbán
|
cb0f3e1ae2
|
chore: rename GITHUB_TOKEN to RELEASE_TOKEN
|
2022-06-28 12:21:58 +02:00 |
|
Balázs Orbán
|
76560aed5a
|
chore: no git checks on publish
|
2022-06-10 14:39:43 +02:00 |
|
Thang Vu
|
4f29d39521
|
chore: move to pnpm (#4420)
* feat: pnpm
* Update publish script
* gitignore the pnpm debug log
* Fix workspace
* Fix dev commands
* feat: pnpm
* Update publish script
* gitignore the pnpm debug log
* Fix workspace
* Fix dev commands
* chore: fix pnpm install in GitHub Action
* fix: update tsconfig path
* pnpm run -> pnpm
* chore: remove cache-node and add back setup-node
* fix: tsconfig dependencies
* chore: fix tsconfig path
* fix: adapter-test dependencies
* fix: setup-node for release-pr
* fix: import adapter-test
* chore: update workspace dependency for next-auth
* fix: test failure
* fix: add jest for adapters
* fix: jest again
* fix: mongo in prisma
* fix: `--no-git-checks` for `release-pr`
Co-authored-by: Balázs Orbán <info@balazsorban.com>
|
2022-05-03 15:05:55 +02:00 |
|
Balázs Orbán
|
5471c0f675
|
chore: use --no-workspaces
See: https://github.com/npm/cli/issues/4605#issuecomment-1076900100
|
2022-04-14 11:03:27 +02:00 |
|
Balázs Orbán
|
b2da0b38d4
|
chore: add --verbose
|
2022-04-14 10:54:20 +02:00 |
|
Balázs Orbán
|
b3b8d4be46
|
chore: log npm config list
|
2022-04-13 18:05:21 +02:00 |
|
Balázs Orbán
|
182e118d9b
|
chore: else
|
2022-04-13 15:19:18 +02:00 |
|
Balázs Orbán
|
7183b06939
|
chore: write .npmrc
|
2022-04-13 15:18:35 +02:00 |
|
Balázs Orbán
|
bd10e87bf4
|
chore: more visible log
|
2022-04-13 15:08:14 +02:00 |
|
Balázs Orbán
|
d07abfe517
|
chore: log
|
2022-04-13 15:00:44 +02:00 |
|
Balázs Orbán
|
c1110cdc98
|
chore: don't write .npmrc
|
2022-04-13 14:35:57 +02:00 |
|
Balázs Orbán
|
ad1650a817
|
chore: no brackets
|
2022-04-12 16:52:09 +02:00 |
|
Balázs Orbán
|
b30de36126
|
chore: remove cat
|
2022-04-12 16:36:38 +02:00 |
|
Balázs Orbán
|
41e4e515ad
|
chore: cat .npmrc
|
2022-04-12 16:35:12 +02:00 |
|
Balázs Orbán
|
cde1f82e3c
|
chore: revert
|
2022-04-12 16:26:55 +02:00 |
|
Balázs Orbán
|
c39782007b
|
chore: pkg vs org?
|
2022-04-12 16:22:33 +02:00 |
|
Balázs Orbán
|
26f8b8c1f1
|
chore: remove npm whoami
|
2022-04-12 16:09:27 +02:00 |
|
Balázs Orbán
|
afc9b43c53
|
chore: npm whoami
|
2022-04-12 16:03:02 +02:00 |
|
Balázs Orbán
|
cdbd9ac2e6
|
chore: manually upgrade dep version
|
2022-04-12 15:39:55 +02:00 |
|
Balázs Orbán
|
3d8cc316f1
|
chore: debug release script
|
2022-04-12 15:32:50 +02:00 |
|
Balázs Orbán
|
ca8af7fcd5
|
chore: push tags before GitHub release
|
2022-03-15 23:13:08 +01:00 |
|
Balázs Orbán
|
2a36da8278
|
chore: enforce build before publish
|
2022-02-28 00:13:06 +01:00 |
|
Balázs Orbán
|
614d9cc433
|
chore: tweaks on release script
|
2022-02-14 03:01:11 +01:00 |
|
Balázs Orbán
|
da840e5461
|
chore: correct package paths, improve dry run
|
2022-02-14 02:19:12 +01:00 |
|
Balázs Orbán
|
d0cf5786f1
|
chore: move changelog generation to publish
|
2022-02-13 19:03:32 +01:00 |
|
Balázs Orbán
|
fe08b5c8f1
|
chore: write new version to package.json even in dry run
|
2022-02-13 18:30:15 +01:00 |
|
Balázs Orbán
|
2e371053c2
|
chore: add release script (#3891)
* chore: fix `next-auth` version in `package.json`
* chore: add WIP publish script
* chore: fix comments, add TODOs
* chore: set newer TS target
* chore: extract release config
* chore: WIP work on publish script
* chore: finish up release script
* chore: do not push unless not dryRun
* chore: add debug env var, return early if no package to update
* chore: remove unnecessary comment
* chore: remove changeset and unused dependencies
* chore: drop `semantic-release`
* chore: remove `jsonfile` dependency
* chore: address code review
* fix: list other commits in changelog when releasing
* chore: fix env variable references
* chore: fetch with tags and commit history
* chore: fix analyze code
* chore: fix utils script
* chore: better changelog formatting
* chore: fix package path
* chore: fix some remaining stuff
* chore: remove DEBUG flag
|
2022-02-13 17:36:15 +01:00 |
|