Skip to content

Commit b00776b

Browse files
committed
feat: trying out andarist P/R for publish
1 parent 78483fb commit b00776b

File tree

11 files changed

+134
-88
lines changed

11 files changed

+134
-88
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"@soluble/cache-redis": "0.8.3",
99
"@soluble/dsn-parser": "1.3.2"
1010
},
11-
"changesets": []
11+
"changesets": [
12+
"large-bears-try"
13+
]
1214
}

bin/changeset-publish-refactor.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ if (!skipCloneRepo) {
1212
child_process.execFileSync(`git`, [
1313
`clone`,
1414
`-b`,
15-
`publish-refactor`,
16-
`git@github.com:atlassian/changesets.git`,
15+
//`publish-refactor`,
16+
//`git@github.com:atlassian/changesets.git`,
17+
`publish-refactor-extra`,
18+
`git@github.com:belgattitude/changesets.git`,
1719
pathToRepo,
1820
]);
21+
//child_process.execFileSync(`git`, [`pull`]);
1922
}
2023

2124
child_process.execFileSync(`yarn`, [`install`], { cwd: pathToRepo });
@@ -25,3 +28,5 @@ child_process.execFileSync(`yarn`, [`pack`, `--out`, pathToArchive], { cwd: path
2528

2629
// Send the package content into the build directory
2730
child_process.execFileSync(`tar`, [`-x`, `-z`, `--strip-components=1`, `-f`, pathToArchive, `-C`, execEnv.buildDir]);
31+
32+
child_process.execFileSync(`rm`, [`-rf`], { cwd: pathToRepo });

packages/cache-interop/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @soluble/cache-interop
22

3+
## 0.8.2-canary.0
4+
5+
### Patch Changes
6+
7+
- [#222](https://github.com/soluble-io/cache-interop/pull/222) [`2a58d22`](https://github.com/soluble-io/cache-interop/commit/2a58d22217f845dd17adfdd18dcd88d2b2469cda) Thanks [@belgattitude](https://github.com/belgattitude)! - Remove publish hack in favour of https://github.com/atlassian/changesets/pull/674
8+
39
## 0.8.1
410

511
### Patch Changes

packages/cache-interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soluble/cache-interop",
33
"description": "Async cache interop contracts",
4-
"version": "0.8.1",
4+
"version": "0.8.2-canary.0",
55
"license": "MIT",
66
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-interop",
77
"repository": {

packages/cache-ioredis/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @soluble/cache-ioredis
22

3+
## 0.8.4-canary.0
4+
5+
### Patch Changes
6+
7+
- [#222](https://github.com/soluble-io/cache-interop/pull/222) [`2a58d22`](https://github.com/soluble-io/cache-interop/commit/2a58d22217f845dd17adfdd18dcd88d2b2469cda) Thanks [@belgattitude](https://github.com/belgattitude)! - Remove publish hack in favour of https://github.com/atlassian/changesets/pull/674
8+
9+
- Updated dependencies [[`2a58d22`](https://github.com/soluble-io/cache-interop/commit/2a58d22217f845dd17adfdd18dcd88d2b2469cda)]:
10+
- @soluble/cache-interop@0.8.2-canary.0
11+
- @soluble/dsn-parser@1.3.3-canary.0
12+
313
## 0.8.3
414

515
### Patch Changes

packages/cache-ioredis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soluble/cache-ioredis",
33
"description": "IORedis cache interop adapter",
4-
"version": "0.8.3",
4+
"version": "0.8.4-canary.0",
55
"license": "MIT",
66
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-ioredis",
77
"repository": {

packages/cache-redis/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @soluble/cache-node-redis
22

3+
## 0.8.4-canary.0
4+
5+
### Patch Changes
6+
7+
- [#222](https://github.com/soluble-io/cache-interop/pull/222) [`2a58d22`](https://github.com/soluble-io/cache-interop/commit/2a58d22217f845dd17adfdd18dcd88d2b2469cda) Thanks [@belgattitude](https://github.com/belgattitude)! - Remove publish hack in favour of https://github.com/atlassian/changesets/pull/674
8+
9+
- Updated dependencies [[`2a58d22`](https://github.com/soluble-io/cache-interop/commit/2a58d22217f845dd17adfdd18dcd88d2b2469cda)]:
10+
- @soluble/cache-interop@0.8.2-canary.0
11+
- @soluble/dsn-parser@1.3.3-canary.0
12+
313
## 0.8.3
414

515
### Patch Changes

packages/cache-redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soluble/cache-redis",
33
"description": "Node redis cache interop adapter",
4-
"version": "0.8.3",
4+
"version": "0.8.4-canary.0",
55
"license": "MIT",
66
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-redis",
77
"repository": {

packages/dsn-parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @soluble/dsn-parser
22

3+
## 1.3.3-canary.0
4+
5+
### Patch Changes
6+
7+
- [#222](https://github.com/soluble-io/cache-interop/pull/222) [`2a58d22`](https://github.com/soluble-io/cache-interop/commit/2a58d22217f845dd17adfdd18dcd88d2b2469cda) Thanks [@belgattitude](https://github.com/belgattitude)! - Remove publish hack in favour of https://github.com/atlassian/changesets/pull/674
8+
39
## 1.3.2
410

511
### Patch Changes

packages/dsn-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soluble/dsn-parser",
33
"description": "Utility parser for DSN",
4-
"version": "1.3.2",
4+
"version": "1.3.3-canary.0",
55
"license": "MIT",
66
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/dsn-parser",
77
"repository": {

0 commit comments

Comments
 (0)